EVENT MENUCURSORLEFT: Difference between revisions
Jump to navigation
Jump to search
Doom64hunter (talk | contribs) mNo edit summary |
Doom64hunter (talk | contribs) mNo edit summary |
||
Line 5: | Line 5: | ||
This [[event]] is called when the left-hand 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 (tile indices 2813-2819). Note that for the left cursor, it starts at 2813 and advances forward by one tile, looping after 2819. | ||
Modify this value to change the tile that is being displayed for the left cursor during that frame. | |||
[[Category:Events]] | [[Category:Events]] |
Latest revision as of 07:26, 4 February 2022
Event ID | player# | THISACTOR | RETURN | |
---|---|---|---|---|
EVENT_MENUCURSORLEFT | myconnectindex | -1 | 1 value |
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 (tile indices 2813-2819). Note that for the left cursor, it starts at 2813 and advances forward by one tile, looping after 2819.
Modify this value to change the tile that is being displayed for the left cursor during that frame.