C# Class DRObjects.Items.Archetypes.Local.ToggleItem

Inheritance: MapItem
Mostrar archivo Open project: Haedrian/Divine-Right Class Usage Examples

Protected Properties

Property Type Description
stateA bool

Public Methods

Method Description
GetPossibleActions ( Actor actor ) : Enums.ActionType[]
PerformAction ( System.Enums actionType, Actor actor, object args ) : GraphicsEngineObjects.Abstract.ActionFeedback[]

Method Details

GetPossibleActions() public method

public GetPossibleActions ( Actor actor ) : Enums.ActionType[]
actor Actor
return Enums.ActionType[]

PerformAction() public method

public PerformAction ( System.Enums actionType, Actor actor, object args ) : GraphicsEngineObjects.Abstract.ActionFeedback[]
actionType System.Enums
actor Actor
args object
return GraphicsEngineObjects.Abstract.ActionFeedback[]

Property Details

stateA protected_oe property

The state the item is in
protected bool stateA
return bool