C4 Engine
C4 Engine API Documentation

Model::GetModelType

Defined in:  C4Models.h
Returns the model type.
Prototype

ModelType GetModelType(voidconst;

Description
The GetModelType function returns the type of a model node. If the model was created using the Model::GetModel function, then the returned type is the same value as the type used to create the model. If the model was created as a GenericModel node, then the returned type is kModelGeneric.
See Also

Model::GetModel

GenericModel