EVENT MENUCURSORRIGHT: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
Document the event
 
mNo edit summary
Line 1: Line 1:
'''EVENT_MENUCURSORRIGHT''' is a [[EDuke32 event list|menu event]].
{{EventTable|1=EVENT_MENUCURSORRIGHT|2=Current Player|3=none|4=yes (1 value)}}
 
EVENT_MENUCURSORRIGHT is a [[EDuke32 event list|menu event]].


This [[event]] is called when the right-hand menu cursor is being drawn.
This [[event]] is called when the right-hand menu cursor is being drawn.

Revision as of 08:38, 5 August 2021

Event ID player# THISACTOR RETURN
EVENT_MENUCURSORRIGHT Current Player none yes (1 value)

EVENT_MENUCURSORRIGHT is a menu event.

This event is called when the right-hand menu cursor is being drawn.

The RETURN variable will be set to the current tile index of the spinning nuke icon. Modify this value to change the tile that is being displayed for the right cursor during that frame.