Dawn of Light - Class documentation 2900
This is the Dawn of Light project
DOL.Events.ScriptEvent Class Reference

This class holds all possible script events. Only constants defined here! More...

Inheritance diagram for DOL.Events.ScriptEvent:
DOL.Events.DOLEvent

List of all members.

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.

Detailed Description

This class holds all possible script events. Only constants defined here!


Constructor & Destructor Documentation

DOL.Events.ScriptEvent.ScriptEvent ( string  name) [protected]

Constructs a new ScriptEvent.

Parameters:
namethe event name

Member Data Documentation

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.


The documentation for this class was generated from the following file:
 All Classes Namespaces Functions Variables Enumerations Properties Events