NNS_G3dGetMdlByName

Syntax

#include <nnsys/g3d/binres/res_struct_accessor.h>
NNSG3dResMdl*
NNS_G3dGetMdlByName(
    const NNSG3dResMdlSet* mdlSet,
    const NNSG3dResName*   name
);

Arguments

mdlSet The pointer to the model set
name The pointer to the resource name

Return Values

Returns the pointer to the model.

Description

Gets the model with the resource name name inside the model set mdlSet.

See Also

NNS_G3dGetMdlByIdx

Revision History

2004/08/02 Initial version.


CONFIDENTIAL