C4 Engine
C4 Engine API Documentation

PropertyObject::GetFirstProperty

Defined in:  C4Properties.h
Returns the first property stored in a property object.
Prototype

Property *GetFirstProperty(voidconst;

Description
The GetFirstProperty function returns the first property stored in a property object. All of the properties stored in a property object can be iterated by repeatedly calling the MapElement::GetNextMapElement function on the returned pointer. If no properties are stored in a property object, then the return value is nullptr.
See Also

PropertyObject::GetProperty

PropertyObject::AddProperty

Property