Jump to content

Check if event is already handled


Recommended Posts

Posted

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.

  • Moderators
Posted

By using a variable.

local handlerOfthisFunction 
  
addEventHandler("name", root, function) 
handlerOfthisFunction = true 

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...