Callback from parser when new structure is found
| C# |
public delegate bool NewStructureCallback( TCODParserStructure str, string name )
- str (TCODParserStructure)
- New Structure
- name (String)
- Structure Name
Return true if parsing is successful. False causes abort()