C# Class DRObjects.Items.Archetypes.Global.BanditCampItem

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

Méthodes publiques

Méthode Description
BanditCampItem ( ) : System

Creates a bandit camp item.

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

Method Details

BanditCampItem() public méthode

Creates a bandit camp item.
public BanditCampItem ( ) : System
Résultat System

GetPossibleActions() public méthode

public GetPossibleActions ( Actor actor ) : Enums.ActionType[]
actor Actor
Résultat Enums.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[]