Parses configuration file
| C# |
public class TCODFileParser : IDisposable
| All Members | Constructors | Methods | |||
| Icon | Member | Description |
|---|---|---|
| TCODFileParser()()() |
Create new parser
| |
| Dispose()()() |
Destory unmanaged parser resource
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetBoolProperty(String) |
Get a boolean property from the default parser listener
| |
| GetColorProperty(String) |
Get a color property from the default parser listener
| |
| GetDiceProperty(String) |
Get the dice property from the default parser listener
| |
| GetFloatProperty(String) |
Get a float property from the default parser listener
| |
| GetHashCode()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetIntProperty(String) |
Get a integer property from the default parser listener
| |
| GetStringProperty(String) |
Get a string property from the default parser listener
| |
| GetType()()() | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| RegisterNewStructure(String) |
Register a new structure with the parser
| |
| Run(String, TCODParserCallbackStruct%) |
Run the parser with custom callbacks
| |
| Run(String) |
Run the parser with the default parser listener
| |
| ToString()()() | (Inherited from Object.) |
| Object | |
| TCODFileParser | |