NIF File Format Documentation

NIF Objects | Compound Types | Enum Types | Basic Types | File Versions

CloningBehavior

Sets how objects are to be cloned.

Choices

Number Name Description
0 CLONING_SHARE Share this object pointer with the newly cloned scene.
1 CLONING_COPY Create an exact duplicate of this object for use with the newly cloned scene.
2 CLONING_BLANK_COPY Create a copy of this object for use with the newly cloned stream, leaving some of the data to be written later.

Storage Type

unsigned int

Found In