Method | Description | |
---|---|---|
IsPermittedOnResourceTile ( ResourceTile, tile ) : bool |
Determines whether this action is permitted on the specified tile.
|
Method | Description | |
---|---|---|
DisplayControlsContents ( ) : void |
Displays the controls contents.
|
|
Put ( ResourceTileSelection, selection ) : IEnumerator |
Forces a put of resource tile modifications using god mode. This is a temporary solution for implementing actions with no server API point, and can eventually be removed. |
Method | Description | |
---|---|---|
Start ( ) : void |
Initialize gui styles.
|
public IsPermittedOnResourceTile ( ResourceTile, tile ) : bool | ||
tile | ResourceTile, | /// The resource tile in question. /// |
return | bool |
protected Put ( ResourceTileSelection, selection ) : IEnumerator | ||
selection | ResourceTileSelection, | /// The selection. /// |
return | IEnumerator |