Instance::GetFirstModifier
Defined in:
Returns the first modifier for an instanced world.
C4Instances.h
Prototype
Modifier *GetFirstModifier(void) const;
Description
The GetFirstModifier
function returns the first modifier attached to an instanced world. If the instance has no modifiers, then the return value is nullptr
.
See Also