C# Class PlayerActionSurvey, tf_client

An action for surveying a chunk of land.
Inheritance: PlayerAction
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.

Protected Methods

Method Description
CalculateCost ( ResourceTileLite, tiles ) : int

Private Methods

Method Description
Awake ( ) : void

Method Details

CalculateCost() protected method

protected CalculateCost ( ResourceTileLite, tiles ) : int
tiles ResourceTileLite,
return int

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