C# Class RTSEngine.Data.DevCommandSpawn

Inheritance: DevCommand
Show file 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 property

public int Count
return int

REGEX public static property

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

TeamIndex public property

public int TeamIndex
return int

UnitIndex public property

public int UnitIndex
return int

X public property

public float X
return float

Z public property

public float Z
return float