SystemEvent
From IfsoGUIWiki
Internal Function - Should only be called by the GUI and or a gadget.
Contents |
Declaration
SystemEvent(id:Int, data:Int)
Called when a system level event occurs that all gadgets should know about, like loading a new theme or changing the default GUI font. The base gadget does not have a SystemEvent function, but any gadget than can be created should have one.
Returns
Nothing
Parameters
- id:Int - The id of the system level event (see Events). Can be any of the ifsoGUI_EVENT_SYSTEM_* values.
- data:Int - Data attached to the event.
Gadget Information
Internal Function - Should only be called by the GUI and or a gadget.
