Method | Description | |
---|---|---|
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 | ||
return | ActionType[] |
public MapItem ( MapCoordinate coordinate ) : System | ||
coordinate | MapCoordinate | |
return | System |
public PerformAction ( ActionType actionType, |
||
actionType | ActionType | |
actor | ||
args | object | |
return | ActionFeedback[] |