EVENT DISPLAYPOINTER

From EDukeWiki
Revision as of 06:03, 20 February 2020 by Fox (talk | contribs) (Created page with "'''EVENT_DISPLAYPOINTER''' is a Game Event. This event is called when the Wii port cursor for aiming is being displayed. Gamevar [...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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 allow the game to handle positioning duties itself, etc. Setting RETURN to -1 disables hardcoded drawing of the cursor completely.

See also EVENT_DISPLAYCROSSHAIR.