C# Class RTSEngine.Data.DevCommandKillBuildings

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

Public Properties

Property Type Description
REGEX System.Text.RegularExpressions.Regex

Public Methods

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

Method Details

DevCommandKillBuildings() public method

public DevCommandKillBuildings ( ) : System
return System

TryParse() public static method

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

Property Details

REGEX public_oe static_oe property

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