C# Class StackCmdEvt, plausible-deniability

Inheritance: UnitCmdEvt
Datei anzeigen Open project: ad510/plausible-deniability

Public Methods

Method Description
StackCmdEvt ( long timeVal, long timeCmdVal, int[]>.Dictionary pathsVal, int stackPathVal, bool autoTimeTravelVal, int nSeeUnitsVal = int.MaxValue ) : System
apply ( Sim, g ) : void

Private Methods

Method Description
StackCmdEvt ( ) : System

Method Details

StackCmdEvt() public method

public StackCmdEvt ( long timeVal, long timeCmdVal, int[]>.Dictionary pathsVal, int stackPathVal, bool autoTimeTravelVal, int nSeeUnitsVal = int.MaxValue ) : System
timeVal long
timeCmdVal long
pathsVal int[]>.Dictionary
stackPathVal int
autoTimeTravelVal bool
nSeeUnitsVal int
return System

apply() public method

public apply ( Sim, g ) : void
g Sim,
return void