A constructor defined in bbmod_property.gml
new BBMOD_Property(_name, _type)
A descriptor of a serializable property.
Name | Type | Description |
---|---|---|
_name | String |
The name of the property. |
_type | Real |
The type of the property. Use values from BBMOD_EPropertyType. |
Name | Description |
---|---|
Name | The name of the property. |
Private | If true then the property is private. Default value is false . |
Type | The type of the property. Use values from BBMOD_EPropertyType. |
Copyright © 2024, BlueBurn. Built on September 07, 2024 using GMDoc.