C# Class DRObjects.Items.Tiles.Air

Inheritance: MapItem
Mostra file Open project: Haedrian/Divine-Right

Public Methods

Method 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 method

Constructor, sets the default values for this tile
public Air ( ) : System
return System

Air() public method

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

GetPossibleActions() public method

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

PerformAction() public method

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