EVENT DISPLAYPOINTER: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
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 [..."
(No difference)

Revision as of 06:03, 20 February 2020

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.