C4 Engine
C4 Engine API Documentation

PropertyObject::AddProperty

Defined in:  C4Properties.h
Stores a property in a property object.
Prototype

void AddProperty(Property *property);

Parameters
property The property to attach.
Description
The AddProperty function stores the property specified by the property parameter in a property object. A property can be stored in only one property object at a time, so the property is removed from any other property object in which it may have previously been stored.
See Also

PropertyObject::GetFirstProperty

PropertyObject::GetProperty

Property