![]() |
Dawn of Light - Class documentation 2900
This is the Dawn of Light project
|
This class holds all possible script events. Only constants defined here! More...
Static Public Attributes | |
static readonly ScriptEvent | Loaded = new ScriptEvent("Script.Loaded") |
The Loaded event is fired whenever the scripts have loaded. | |
static readonly ScriptEvent | Unloaded = new ScriptEvent("Script.Unloaded") |
The Unloaded event is fired whenever the scripts should unload. | |
Protected Member Functions | |
ScriptEvent (string name) | |
Constructs a new ScriptEvent. |
This class holds all possible script events. Only constants defined here!
DOL.Events.ScriptEvent.ScriptEvent | ( | string | name | ) | [protected] |
Constructs a new ScriptEvent.
name | the event name |
readonly ScriptEvent DOL.Events.ScriptEvent.Loaded = new ScriptEvent("Script.Loaded") [static] |
The Loaded event is fired whenever the scripts have loaded.
readonly ScriptEvent DOL.Events.ScriptEvent.Unloaded = new ScriptEvent("Script.Unloaded") [static] |
The Unloaded event is fired whenever the scripts should unload.