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

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