C# Class PlayerActionSurvey, tf_client

An action for surveying a chunk of land.
Inheritance: PlayerAction
Afficher le fichier Open project: wids-eria/tf_client

Méthodes publiques

Méthode Description
IsPermittedOnResourceTile ( ResourceTile, tile ) : bool

Determines whether this action is permitted on the specified tile.

Méthodes protégées

Méthode Description
CalculateCost ( ResourceTileLite, tiles ) : int

Private Methods

Méthode Description
Awake ( ) : void

Method Details

CalculateCost() protected méthode

protected CalculateCost ( ResourceTileLite, tiles ) : int
tiles ResourceTileLite,
Résultat int

IsPermittedOnResourceTile() public méthode

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