C# Класс DRObjects.Items.Tiles.Air

Наследование: MapItem
Показать файл Открыть проект

Открытые методы

Метод Описание
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[]

Описание методов

Air() публичный Метод

Constructor, sets the default values for this tile
public Air ( ) : System
Результат System

Air() публичный Метод

Constructor. Sets the default values for this tile at a particular coordinate
public Air ( MapCoordinate coord ) : System
coord MapCoordinate
Результат System

GetPossibleActions() публичный Метод

Gets all possible actions for this air tile. That is, nothing
public GetPossibleActions ( Actor actor ) : ActionType[]
actor Actor
Результат ActionType[]

PerformAction() публичный Метод

public PerformAction ( ActionType actionType, Actor actor, object args ) : ActionFeedback[]
actionType ActionType
actor Actor
args object
Результат ActionFeedback[]