NoviceWithManyProblems Posted January 13, 2020 Share Posted January 13, 2020 how is difference between cancelEvent() and return? Link to comment
Addlibs Posted January 13, 2020 Share Posted January 13, 2020 cancelEvent() cancels an event from happening. Prevents default behaviour. Return simply exits a function and sends a return value. CancelEvent can be used to prevent GTA hardcoded behaviour, whilst return can only prevent your own Lua code from any further execution in the current context. 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