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

Inheritance: MapItem
Afficher le fichier Open project: Haedrian/Divine-Right Class Usage Examples

Protected Properties

Свойство Type Description
stateA bool

Méthodes publiques

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

Method Details

GetPossibleActions() public méthode

public GetPossibleActions ( Actor actor ) : Enums.ActionType[]
actor Actor
Résultat Enums.ActionType[]

PerformAction() public méthode

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

Property Details

stateA protected_oe property

The state the item is in
protected bool stateA
Résultat bool