G2_SetOBJPriority


C Specification

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

Description

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

Arguments

oam Pointer to where the OAM data is stored
priority Display priority (0, 1, 2, or 3)

Return Values

None

See Also

Revision History

01/19/2004 Initial Version