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

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

Méthodes publiques

Méthode Description
GetPossibleActions ( Actor actor ) : ActionType[]
MapSiteItem ( ) : System

Creates a map site item

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

Method Details

GetPossibleActions() public méthode

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

MapSiteItem() public méthode

Creates a map site item
public MapSiteItem ( ) : System
Résultat System

PerformAction() public méthode

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