C# Class RTSEngine.Data.DevCommandCapital

Inheritance: DevCommand
Show file Open project: RegrowthStudios/VoxelRTS Class Usage Examples

Public Properties

Property Type Description
REGEX System.Text.RegularExpressions.Regex
change int

Public Methods

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

Method Details

DevCommandCapital() public method

public DevCommandCapital ( int c ) : System
c int
return System

TryParse() public static method

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

Property Details

REGEX public static property

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

change public property

public int change
return int