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