EVENT MENUCURSORLEFT: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
Document the event
 
mNo edit summary
Line 1: Line 1:
'''EVENT_MENUCURSORLEFT''' is a [[EDuke32 event list|menu event]].
'''EVENT_MENUCURSORLEFT''' is a [[EDuke32 event list|menu event]].


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


The [[return_(userdef)| 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 left cursor during that frame.  
The [[return_(userdef)| 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 left cursor during that frame.  


[[Category:Events]]
[[Category:Events]]

Revision as of 09:29, 3 August 2021

EVENT_MENUCURSORLEFT is a menu event.

This event is called when the left-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 left cursor during that frame.