C# 클래스 DRObjects.Items.Tiles.Air

상속: MapItem
파일 보기 프로젝트 열기: Haedrian/Divine-Right

공개 메소드들

메소드 설명
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[]