C# Class spaceconquest.SlaveDriver

Exibir arquivo Open project: cclay/spaceconquest Class Usage Examples

Public Methods

Method Description
Execute ( ) : void
GetMap ( ) : Map
Receive ( List cl ) : void
SetMap ( Map m ) : void
SlaveDriver ( GameScreen gs ) : System
SlaveDriver ( Map m ) : System

Private Methods

Method Description
ExecuteCommand ( QueuedCommand c ) : bool
Pathfinder ( Hex3D s, Hex3D d ) : List
Sorter ( QueuedCommand qc1, QueuedCommand qc2 ) : int

Method Details

Execute() public method

public Execute ( ) : void
return void

GetMap() public method

public GetMap ( ) : Map
return Map

Receive() public method

public Receive ( List cl ) : void
cl List
return void

SetMap() public method

public SetMap ( Map m ) : void
m Map
return void

SlaveDriver() public method

public SlaveDriver ( GameScreen gs ) : System
gs GameScreen
return System

SlaveDriver() public method

public SlaveDriver ( Map m ) : System
m Map
return System