Mount Fuji Engine  0.8b
MF_API int MFModel_GetSubObjectIndex ( MFModel pModel,
const char *  pSubobjectName 
)

Gets the index of a named subobject.

Parameters
pModelModel instance.
pSubobjectNameName of a subobject.
Returns
The index of the named subobject. If the subobject doesn't exist, -1 is returned.
See Also
MFModel_GetSubObjectName()