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

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

Public Methods

Method Description
GetPossibleActions ( Actor actor ) : Enums.ActionType[]
PerformAction ( ActionType 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 ( ActionType actionType, Actor actor, object args ) : GraphicsEngineObjects.Abstract.ActionFeedback[]
actionType ActionType
actor Actor
args object
return GraphicsEngineObjects.Abstract.ActionFeedback[]