C# Class PlayerActionBuySurvey, tf_client

An action for buying survey data on selected land.
Inheritance: PlayerAction
Mostrar archivo 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
DoResourceCalculations ( ResourceTileSelection, selection ) : bool

Private Methods

Method Description
Start ( ) : void

Method Details

DoResourceCalculations() protected method

protected DoResourceCalculations ( ResourceTileSelection, selection ) : bool
selection ResourceTileSelection,
return bool

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