libtcod-net
TCODFileParser Class
NamespaceslibtcodWrapperTCODFileParser
Parses configuration file
Declaration Syntax
C#
public class TCODFileParser : IDisposable
Members
All MembersConstructorsMethods



IconMemberDescription
TCODFileParser()()()
Create new parser

Dispose()()()
Destory unmanaged parser resource

Equals(Object)
Determines whether the specified Object is equal to the current 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()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
TCODFileParser

Assembly: libtcodWrapper (Module: libtcodWrapper) Version: 0.2.0.0 (0.2.0.0)