Instance::SetWorldName
Defined in:
Sets the name of an instanced world.
C4Instances.h
Prototype
void SetWorldName(const char *name);
Parameters
name |
The name of the instanced world. |
Description
The SetWorldName
function sets the name of the world resource referenced by an instance node to that specified by the name
parameter.
See Also