Callback from parser when new property is found
| C# |
public delegate bool NewPropertyCallback( string name, TCODValueType type, TCODValue v )
- name (String)
- Name of new property
- type (TCODValueType)
- Type of new property
- v (TCODValue)
- Value of new property
Return true if parsing is successful. False causes abort()