Created by RegisterNewStructure and represents one valid "structure in the config file"
| C# |
public class TCODParserStructure
| All Members | Methods | ||||
| Icon | Member | Description |
|---|---|---|
| AddFlag(String) |
Add flag to structure
| |
| AddProperty(String, TCODValueType, Boolean) |
Add new property to structure
| |
| AddSubStructure(TCODParserStructure) |
Add substructure to structure
| |
| AddValueList(String, array<String>[]()[], Boolean) |
Add new "value list", set of possible string values
| |
| 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.) | |
| GetHashCode()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetName()()() |
Get Name of Structure
| |
| GetType(String) |
Get Value's type of structure
| |
| GetType()()() | Gets the Type of the current instance. (Inherited from Object.) | |
| IsMandatory(String) |
Returns if structure is a mandatory value
| |
| MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString()()() | (Inherited from Object.) |
| Object | |
| TCODParserStructure | |