C4 Engine
C4 Engine API Documentation

ModelRegistration::GetModelFlags

Defined in:  C4Models.h
Returns the model registration flags.
Prototype

uint32 GetModelFlags(voidconst;

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

ModelRegistration::GetModelType

ModelRegistration::GetModelName