C4 Engine
C4 Engine API Documentation

PropertyObject::GetProperty

Defined in:  C4Properties.h
Returns the property of a given type that is stored in a property object.
Prototype

Property *GetProperty(PropertyType type) const;

Parameters
type The property type.
Description
The GetProperty function returns the property stored in a property object having the type specified by the type parameter. If no such property exists, then the return value is nullptr.
See Also

PropertyObject::GetFirstProperty

PropertyObject::AddProperty

Property