C# Class PlayerActionDivineIntervention, tf_client

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

Private Properties

Property Type Description
Start void

Public Methods

Method Description
IsPermittedOnResourceTile ( ResourceTile, tile ) : bool

Determines whether this action is permitted on the specified tile.

Protected Methods

Method Description
DisplayControlsContents ( ) : void

Displays the controls contents.

Private Methods

Method Description
Start ( ) : void

Method Details

DisplayControlsContents() protected method

Displays the controls contents.
protected DisplayControlsContents ( ) : void
return void

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