libtcod-net
AddProperty Method (name, type, mandatory)
NamespaceslibtcodWrapperTCODParserStructureAddProperty(String, TCODValueType, Boolean)
Add new property to structure
Declaration Syntax
C#
public void AddProperty(
	string name,
	TCODValueType type,
	bool mandatory
)
Parameters
name (String)
Name of Property
type (TCODValueType)
Property Type
mandatory (Boolean)
Is Mandatory?

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