Event Handler

From Legends of Aria Admin and Modding Wiki
Revision as of 16:21, 1 November 2016 by Yorlik (talk | contribs) (Created page with " An Event Handler is a function registered in a special way to be called when certain things (events) happen. * Registering a function as Event Handler: The general abstract...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
An Event Handler is a function registered in a special way to be called when certain things (events) happen.
  • Registering a function as Event Handler:

The general abstract form is

RegisterEventHandler( (EventType)mEvent, (string)EventIdentifier, (function)EventHandler)