PropertyObject::GetProperty
Defined in:
Returns the property of a given type that is stored in a property object.
C4Properties.h
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