![]() |
Dawn of Light - Class documentation 2900
This is the Dawn of Light project
|
The base class for all timed region actions. More...
Public Member Functions | |
RegionAction (GameObject actionSource) | |
Constructs a new region action. | |
override string | ToString () |
Returns short information about the timer. | |
Protected Attributes | |
readonly GameObject | m_actionSource |
The source of the action. |
The base class for all timed region actions.
DOL.GS.RegionAction.RegionAction | ( | GameObject | actionSource | ) |
Constructs a new region action.
actionSource | The action source |
override string DOL.GS.RegionAction.ToString | ( | ) |
Returns short information about the timer.
Reimplemented from DOL.GS.GameTimer.
readonly GameObject DOL.GS.RegionAction.m_actionSource [protected] |
The source of the action.