NNS_G2dGetDefaultAttr

Syntax

#include <nnsys/g2d/g2d_Softsprite.h>
const NNSG2dExtendedSprite*   NNS_G2dGetDefaultAttr( );
  

Arguments

None.

Return Values

Pointer to the default value stored inside the module.

Description

Gets the pointer to the default value stored inside the module. The name of this function has changed to NNS_G2dGetSpriteDefaultAttr(). To maintain compatibility with past versions, this function has been kept under a different name.

See Also

NNS_G2dGetSpriteDefaultAttr
NNS_G2dDrawSprite*
NNS_G2dIsSpriteAttrEnable
NNS_G2dSetSpriteDefaultAttr
NNS_G2dSetSpriteAttrEnable

Revision History

2004/08/02 Renamed function.

2004/05/28 Initial version.


CONFIDENTIAL