M volume number: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
Holds next volume number after calculate it (when you press a Nukebutton, go to a sector with lotag 65535, etc). See also [[m_level_number]].
'''''m_volume_number''''' holds the next volume number to go to (via a nuke button, [[lotag]] 65534 or 65535 sectors, et cetera…), but since you cannot jump from one episode to another (except with [[startlevel]]), this structure member is deprecated and always holds the same value as [[VOLUME]].
While you cannot jump from a episode to another except with [[startlevel]], this command is deprecated and ever hold the same value from gamevar [[VOLUME]].
 
See [[LEVEL]], [[VOLUME]], [[level_number]], [[volume_number]], and [[m_level_number]].
 
[[Category:Userdef_structure_members]]

Revision as of 16:09, 8 August 2007

m_volume_number holds the next volume number to go to (via a nuke button, lotag 65534 or 65535 sectors, et cetera…), but since you cannot jump from one episode to another (except with startlevel), this structure member is deprecated and always holds the same value as VOLUME.

See LEVEL, VOLUME, level_number, volume_number, and m_level_number.