Instance::AddModifier
Defined in:
Adds a modifier to an instanced world.
C4Instances.h
Prototype
void AddModifier(Modifier *modifier);
Parameters
modifier |
The modifier to add to the instance. |
Description
The AddModifier
function adds the modifier specified by the modifier
parameter to an instanced world.
See Also