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

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

Méthodes publiques

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

Method Details

DungeonStairs() public méthode

public DungeonStairs ( ) : System
Résultat System

DungeonStairs() public méthode

public DungeonStairs ( bool stairsUp ) : System
stairsUp bool
Résultat System

GetPossibleActions() public méthode

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

PerformAction() public méthode

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