ModelRegistration::GetModelFlags
Defined in:
Returns the model registration flags.
C4Models.h
Prototype
uint32 GetModelFlags(void) const;
Description
The GetModelFlags
function returns the flags that were assigned to the model type when the model registration was created. The flags can be a combination (through logical OR) of the following constants.
kModelPrecache |
Precache the model resource. |
kModelPrivate |
Do not display the model type in the World Editor. |
See Also