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.

Need a clanwar script? Click here!

Do you want some free scripts for your DD server? Visit my website.

  • Moderators
Posted

By using a variable.

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

Do you want to improve your Lua programming skills and make less mistakes?   Start with Lua Language Server!   🙀

 

  Useful functions  3x 

  Tutorials  4x 

 

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...