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

Inheritance: MapItem
ファイルを表示 Open project: Haedrian/Divine-Right Class Usage Examples

Public Methods

Method Description
GetPossibleActions ( Actor actor ) : ActionType[]
MapSiteItem ( ) : System

Creates a map site item

PerformAction ( ActionType actionType, Actor actor, object args ) : ActionFeedback[]

Method Details

GetPossibleActions() public method

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

MapSiteItem() public method

Creates a map site item
public MapSiteItem ( ) : System
return System

PerformAction() public method

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