Script:on null
Jump to navigation
Jump to search
The null script event is an internal event used to indicate that no event is associated with something.
While scripts are not prevented from using null as a normal event name and sending such events using sendevent, this does not interact with the internal null event: neither can scripts intercept the internal null event or cause arbitrary lines to be executed.