C# Class UnitCmdEvt, plausible-deniability

Inheritance: CmdEvt
Mostra file Open project: ad510/plausible-deniability

Public Methods

Method Description
argFromPathDict ( Dictionary paths ) : int[]>.Dictionary

Protected Methods

Method Description
UnitCmdEvt ( ) : System
UnitCmdEvt ( long timeVal, long timeCmdVal, int[]>.Dictionary pathsVal ) : System
existingPaths ( Sim, g ) : List>.Dictionary

returns commanded paths and units that exist at timeCmd

Private Methods

Method Description
afterDeserialize ( ) : void

Method Details

UnitCmdEvt() protected method

protected UnitCmdEvt ( ) : System
return System

UnitCmdEvt() protected method

protected UnitCmdEvt ( long timeVal, long timeCmdVal, int[]>.Dictionary pathsVal ) : System
timeVal long
timeCmdVal long
pathsVal int[]>.Dictionary
return System

argFromPathDict() public static method

public static argFromPathDict ( Dictionary paths ) : int[]>.Dictionary
paths Dictionary
return int[]>.Dictionary

existingPaths() protected method

returns commanded paths and units that exist at timeCmd
protected existingPaths ( Sim, g ) : List>.Dictionary
g Sim,
return List>.Dictionary