LEVEL: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
No edit summary |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
Read only variable that | Read-only variable that contains the current level number. | ||
[[Category: | This gets incremented by one during [[EVENT_DISPLAYBONUSSCREEN]], use the userdef [[last_level]] to get the current level number even during the Bonus screen. | ||
See also [[level_number]] and [[volume_number]]. | |||
See [[definelevelname]]. | |||
[[Category:Constantly updated gamevars]] |
Latest revision as of 07:01, 18 June 2014
Read-only variable that contains the current level number.
This gets incremented by one during EVENT_DISPLAYBONUSSCREEN, use the userdef last_level to get the current level number even during the Bonus screen.
See also level_number and volume_number.
See definelevelname.