C# Class RTSEngine.Data.DevCommandSpawn

Inheritance: DevCommand
Datei anzeigen Open project: RegrowthStudios/VoxelRTS Class Usage Examples

Public Properties

Property Type Description
Count int
REGEX System.Text.RegularExpressions.Regex
TeamIndex int
UnitIndex int
X float
Z float

Public Methods

Method Description
DevCommandSpawn ( ) : System
TryParse ( string c, DevCommand &command ) : bool

Method Details

DevCommandSpawn() public method

public DevCommandSpawn ( ) : System
return System

TryParse() public static method

public static TryParse ( string c, DevCommand &command ) : bool
c string
command DevCommand
return bool

Property Details

Count public_oe property

public int Count
return int

REGEX public_oe static_oe property

public static Regex,System.Text.RegularExpressions REGEX
return System.Text.RegularExpressions.Regex

TeamIndex public_oe property

public int TeamIndex
return int

UnitIndex public_oe property

public int UnitIndex
return int

X public_oe property

public float X
return float

Z public_oe property

public float Z
return float