EVENT DISPLAYPOINTER

From EDukeWiki
Revision as of 06:37, 30 January 2022 by Doom64hunter (talk | contribs)
Jump to navigation Jump to search
Event ID player# THISACTOR RETURN
EVENT_DISPLAYPOINTER screenpeek player->i 1 value

EVENT_DISPLAYPOINTER is a Game Event.

This event is called when the Wii port cursor for aiming is being displayed.

Gamevar RETURN is set to the cursor's picnum. Modifying this value will change the tile that is displayed.

Setting RETURN to -1 disables hardcoded drawing of the cursor completely.

See also EVENT_DISPLAYCROSSHAIR.