API:WindowRegisterEventHandler
Aus WARWiki
Registers a function to serve as a window's handler for the specified event.
Nutzung
WindowRegisterEventHandler(window, event, handler)
Arguments
* window (string)
- The name of the window the event is being registered for.
- event (reference)
- The event to register for. See API:SystemData.Events.
- handler (string)
- The name of the function to serve as the handler. Should be the full context (including any dot notation).
Diese Funktion gibt keine Werte zurück.