GDGetCurrPointer

Syntax

#include <revolution/gd.h>

void* GDGetCurrPointer();

Arguments

None.

Return Values

The current location pointer for the current GDLObj.

Description

This function returns the current location pointer for the current graphics display list object. The actual display list data is or will be stored in the memory buffer, and the current location pointer indicates where future GD commands will be written to in the buffer.

This function is similar to GDGetGDLObjPointer. The only difference is that this function is used for the current GDLObj, not a specified GDLObj.

Note that a memory pointer is not platform independent. You should use the offset value instead when you need a value to use across platforms.

See Also

GDGetGDLObjPointer, GDGetCurrOffset

Revision History

2006/03/01 Initial version.


CONFIDENTIAL