G2_SetOBJCharName

C Specification

#include <nitro/gx/g2_oam.h>
void G2_SetOBJCharName(GXOamAttr * oam, int name);

Arguments

oam Pointer to the location storing the OAM data
name First character name

Return Values

None.

Description

This function specifies the name of the first OBJ character.

See Also

Revision History

01/19/2004 Initial version.