G2_GetOBJCharName


C Specification

#include <nitro/gx/g2_oam.h>
int G2_GetOBJCharName(const GXOamAttr * oam);

Description

Gets the OBJ's first character name.

Arguments

oam Pointer to the place storing OAM data.

Return Values

The first character name.

See Also

G2_SetOBJCharName

Revision History

06/09/2004 Initial Version