C# Class RTS.Default.Squad.Action

Inheritance: ACSquadActionController
Datei anzeigen Open project: RegrowthStudios/VoxelRTS

Public Methods

Method Description
ApplyAction ( GameState g, float dt ) : void
DecideAction ( GameState g, float dt ) : void
Deserialize ( BinaryReader s ) : void
Init ( GameState s, GameplayController c, object args ) : void
Serialize ( BinaryWriter s ) : void

Method Details

ApplyAction() public method

public ApplyAction ( GameState g, float dt ) : void
g RTSEngine.Data.GameState
dt float
return void

DecideAction() public method

public DecideAction ( GameState g, float dt ) : void
g RTSEngine.Data.GameState
dt float
return void

Deserialize() public method

public Deserialize ( BinaryReader s ) : void
s System.IO.BinaryReader
return void

Init() public method

public Init ( GameState s, GameplayController c, object args ) : void
s RTSEngine.Data.GameState
c RTSEngine.Controllers.GameplayController
args object
return void

Serialize() public method

public Serialize ( BinaryWriter s ) : void
s System.IO.BinaryWriter
return void