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

Inheritance: MapItem
Show file Open project: Haedrian/Divine-Right Class Usage Examples

Public Methods

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

Method Details

GetPossibleActions() public method

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

PerformAction() public method

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