![]() |
Dawn of Light - Class documentation 2900
This is the Dawn of Light project
|
This class holds all possible keep events. Only constants defined here! More...
Public Member Functions | |
KeepEvent (string name) | |
override bool | IsValidFor (object o) |
Tests if this event is valid for the specified object. | |
Static Public Attributes | |
static readonly KeepEvent | KeepClaimed = new KeepEvent("KeepEvent.KeepClaimed") |
The KeepClaimed event is fired whenever the keep is claimed by a guild. | |
static readonly KeepEvent | KeepTaken = new KeepEvent("KeepEvent.KeepTaken") |
The KeepTaken event is fired whenever the keep is taken by another realm (lord killed) | |
static readonly KeepEvent | TowerRaized = new KeepEvent("KeepEvent.TowerRaized") |
The TowerRaized event is fired when a tower is raized. |
This class holds all possible keep events. Only constants defined here!
override bool DOL.Events.KeepEvent.IsValidFor | ( | object | o | ) | [virtual] |
Tests if this event is valid for the specified object.
o | The object for which the event wants to be registered |
Reimplemented from DOL.Events.DOLEvent.
readonly KeepEvent DOL.Events.KeepEvent.KeepClaimed = new KeepEvent("KeepEvent.KeepClaimed") [static] |
The KeepClaimed event is fired whenever the keep is claimed by a guild.
readonly KeepEvent DOL.Events.KeepEvent.KeepTaken = new KeepEvent("KeepEvent.KeepTaken") [static] |
The KeepTaken event is fired whenever the keep is taken by another realm (lord killed)
readonly KeepEvent DOL.Events.KeepEvent.TowerRaized = new KeepEvent("KeepEvent.TowerRaized") [static] |
The TowerRaized event is fired when a tower is raized.