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

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

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

List of all members.

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.

Detailed Description

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


Member Function Documentation

override bool DOL.Events.KeepEvent.IsValidFor ( object  o) [virtual]

Tests if this event is valid for the specified object.

Parameters:
oThe object for which the event wants to be registered
Returns:
true if valid, false if not

Reimplemented from DOL.Events.DOLEvent.


Member Data Documentation

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.


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