Rozi Posted July 15, 2018 Posted July 15, 2018 So basically, would it be possible to store all of the menu events in an array (menuEvent) and instead of having multiple mp.events.add("individual event" () =>{}); i can have mp.events.add(menuEvent()=>{}); Then in that mp.events.add to use a switch statement for each of the elements in the array
Sir BenSon Posted September 17, 2018 Posted September 17, 2018 mp.events.add("eventname"(action, params)=>{ switch(action) { .. } });
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now