C# Class PlayerActionDivineIntervention, tf_client

A player action for manually setting tile properties as requested.
Inheritance: PlayerAction
Afficher le fichier Open project: wids-eria/tf_client

Private Properties

Свойство Type Description
Start void

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
DisplayControlsContents ( ) : void

Displays the controls contents.

Private Methods

Méthode Description
Start ( ) : void

Method Details

DisplayControlsContents() protected méthode

Displays the controls contents.
protected DisplayControlsContents ( ) : void
Résultat void

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