Метод | Описание | |
---|---|---|
GetPossibleActions ( |
Returns the list of actions which are possible upon this tile or item For mundane tiles and items, the following are default for the player character Other details to be added later.
|
|
MapItem ( ) : System |
Creates a default map item
|
|
MapItem ( MapCoordinate coordinate ) : System |
Creates a default map item at a current location
|
|
PerformAction ( ActionType actionType, |
Defines what happens when an action is performed upon the tile or item. These are the default values.
|
|
ToString ( ) : string |
public GetPossibleActions ( |
||
actor | ||
Результат | ActionType[] |
public MapItem ( MapCoordinate coordinate ) : System | ||
coordinate | MapCoordinate | |
Результат | System |
public PerformAction ( ActionType actionType, |
||
actionType | ActionType | |
actor | ||
args | object | |
Результат | ActionFeedback[] |