class Instance
Defined in:
The C4Instances.h
Instance
class represents an instanced world node in a world.
Definition
class Instance final : public Node
Member Functions
Instance::GetWorldName |
Returns the name of an instanced world. |
Instance::SetWorldName |
Sets the name of an instanced world. |
Instance::GetFirstModifier |
Returns the first modifier for an instanced world. |
Instance::AddModifier |
Adds a modifier to an instanced world. |
Constructor
Instance(const char *name);
Parameters
name |
The name of the instanced world. |
Description
The Instance
class represents an instance node from which another world (the instanced world) can be expanded.
Base Classes
Node |
An instance is a type of node. |
Wiki Articles