G2_SetOBJPriority

C Specification

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

Arguments

oam Pointer to the location storing the OAM data
priority Display priority (0, 1, 2, or 3)

Return Values

None.

Description

*This function changes the display priority of the OAM data stored in *oam.

See Also

Revision History

01/19/2004 Initial version.