C# Class PlayerActionRequestOutpost, tf_client

An action for requesting that a research outpost be constructed.
Inheritance: PlayerActionBuildOutpost
Show file Open project: wids-eria/tf_client

Public Methods

Method Description
IsPermittedOnResourceTile ( ResourceTile, tile ) : bool

Determines whether this action is permitted on the specified tile.

Method Details

IsPermittedOnResourceTile() public method

Determines whether this action is permitted on the specified tile.
public IsPermittedOnResourceTile ( ResourceTile, tile ) : bool
tile ResourceTile, /// The resource tile in question. ///
return bool