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

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