Dawn of Light - Class documentation 2900
This is the Dawn of Light project
DOL.GS.RegionAction Class Reference

The base class for all timed region actions. More...

Inheritance diagram for DOL.GS.RegionAction:
DOL.GS.GameTimer DOL.GS.GameBoatStableMaster.HorseRideAction DOL.GS.GameBoatStableMaster.MountHorseAction DOL.GS.GameDoor.CloseDoorAction DOL.GS.GameLiving.AttackAction DOL.GS.GameLiving.WeaponOnTargetAction DOL.GS.GameNPC.ArriveAtTargetAction DOL.GS.GameNPC.RestoreHeadingAction DOL.GS.GameNPC.SpellAction DOL.GS.GameNPC.WaypointDelayAction DOL.GS.GamePlayer.InvulnerabilityTimer DOL.GS.GamePlayer.PrayAction DOL.GS.GamePlayer.UncoverStealthAction DOL.GS.GameStableMaster.HorseRideAction DOL.GS.GameStableMaster.MountHorseAction DOL.GS.GameStaticItemTimed.RemoveItemAction DOL.GS.Keeps.HookpointTimer DOL.GS.PacketHandler.Client.v168.CheckLOSResponseHandler.HandleCheckAction DOL.GS.PacketHandler.Client.v168.DialogResponseHandler.DialogBoxResponseAction DOL.GS.PacketHandler.Client.v168.DisbandFromGroupHandler.PlayerDisbandAction DOL.GS.PacketHandler.Client.v168.DoorRequestHandler.ChangeDoorAction DOL.GS.PacketHandler.Client.v168.InviteToGroupHandler.HandleGroupInviteAction DOL.GS.PacketHandler.Client.v168.ObjectInteractRequestHandler.InteractActionHandler DOL.GS.PacketHandler.Client.v168.PetWindowHandler.HandlePetCommandAction DOL.GS.PacketHandler.Client.v168.PlayerAppraiseItemRequestHandler.AppraiseActionHandler DOL.GS.PacketHandler.Client.v168.PlayerAttackRequestHandler.AttackRequestHandler DOL.GS.PacketHandler.Client.v168.PlayerCancelsEffectHandler.CancelEffectHandler DOL.GS.PacketHandler.Client.v168.PlayerDismountRequestHandler.DismountRequestHandler DOL.GS.PacketHandler.Client.v168.PlayerGroundTargetHandler.ChangeGroundTargetHandler DOL.GS.PacketHandler.Client.v168.PlayerInitRequestHandler.PlayerInitRequestAction DOL.GS.PacketHandler.Client.v168.PlayerRegionChangeRequestHandler.RegionChangeRequestHandler DOL.GS.PacketHandler.Client.v168.PlayerSitRequestHandler.SitRequestHandler DOL.GS.PacketHandler.Client.v168.PlayerTargetHandler.ChangeTargetAction DOL.GS.PacketHandler.Client.v168.QuestRewardChosenHandler.QuestRewardChosenAction DOL.GS.PacketHandler.Client.v168.RemoveConcentrationEffectHandler.CancelEffectHandler DOL.GS.PacketHandler.Client.v168.UseSkillHandler.UseSkillAction DOL.GS.PacketHandler.Client.v168.UseSlotHandler.UseSlotAction DOL.GS.PacketHandler.Client.v168.UseSpellHandler.UseSpellAction DOL.GS.PacketHandler.Client.v168.WorldInitRequestHandler.WorldInitAction DOL.GS.SiegeTimer DOL.GS.Spells.ArrowSpellHandler.ArrowOnTargetAction DOL.GS.Spells.BoltSpellHandler.BoltOnTargetAction DOL.GS.Spells.BuffCheckAction DOL.GS.Spells.StarsProc.BoltOnTargetAction DOL.GS.Spells.VampiirBoltSpellHandler.BoltOnTargetAction

List of all members.

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.

Detailed Description

The base class for all timed region actions.


Constructor & Destructor Documentation

DOL.GS.RegionAction.RegionAction ( GameObject  actionSource)

Constructs a new region action.

Parameters:
actionSourceThe action source

Member Function Documentation

override string DOL.GS.RegionAction.ToString ( )

Returns short information about the timer.

Returns:
Short info about the timer

Reimplemented from DOL.GS.GameTimer.


Member Data Documentation

The source of the action.


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