'LinKin Posted May 1, 2014 Share Posted May 1, 2014 Hello guys, When you try to do addEventHandler("name", root, function), if you already did this before, you'll get an error in the debugscript. Something like: added event with this function already handled. My question is, how can I check if that event was already added? Thanks. Link to comment
Moderators IIYAMA Posted May 1, 2014 Moderators Share Posted May 1, 2014 By using a variable. local handlerOfthisFunction addEventHandler("name", root, function) handlerOfthisFunction = true Link to comment
Gallardo9944 Posted May 1, 2014 Share Posted May 1, 2014 Just remove the event handler each time you are not sure if it's added or not. Link to comment
'LinKin Posted May 1, 2014 Author Share Posted May 1, 2014 Ye, I had to use a variable. But Gallardo's solution may work as well. Link to comment
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