C# Class DRObjects.Items.Tiles.Air

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

Méthodes publiques

Méthode Description
Air ( ) : System

Constructor, sets the default values for this tile

Air ( MapCoordinate coord ) : System

Constructor. Sets the default values for this tile at a particular coordinate

GetPossibleActions ( Actor actor ) : ActionType[]

Gets all possible actions for this air tile. That is, nothing

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

Method Details

Air() public méthode

Constructor, sets the default values for this tile
public Air ( ) : System
Résultat System

Air() public méthode

Constructor. Sets the default values for this tile at a particular coordinate
public Air ( MapCoordinate coord ) : System
coord MapCoordinate
Résultat System

GetPossibleActions() public méthode

Gets all possible actions for this air tile. That is, nothing
public GetPossibleActions ( Actor actor ) : ActionType[]
actor Actor
Résultat ActionType[]

PerformAction() public méthode

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