C# Class RTSEngine.Data.DevCommandSave

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

Public Properties

Property Type Description
REGEX System.Text.RegularExpressions.Regex
file System.IO.FileInfo

Public Methods

Method Description
DevCommandSave ( FileInfo f ) : System
TryParse ( string c, DevCommand &command ) : bool

Method Details

DevCommandSave() public method

public DevCommandSave ( FileInfo f ) : System
f System.IO.FileInfo
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

file public_oe property

public FileInfo,System.IO file
return System.IO.FileInfo