Updatesectorz: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 1: Line 1:
updatesectorz <x> <y> <z> <gamevar>
updatesectorz <x> <y> <z> <gamevar>


Returns [[sector number]] of [[sector]] at (<x>,<y>,<z>) into [[gamevar]] <gamevar>. See [[updatesector]].
Returns [[sector number]] of [[sector]] at (<x>,<y>,<z>) into [[gamevar]] <gamevar>. If the position z is lower than the floor or higher than the ceiling it will return as an invalid sector. See [[updatesector]].


[[Category:EDuke32 specific commands]]
[[Category:EDuke32 specific commands]]
[[Category:Sector manipulation]]
[[Category:Sector manipulation]]
<!--<math>Insert formula here</math>-->
<!--<math>Insert formula here</math>-->

Revision as of 22:06, 31 January 2009

updatesectorz <x> <y> <z> <gamevar>

Returns sector number of sector at (<x>,<y>,<z>) into gamevar <gamevar>. If the position z is lower than the floor or higher than the ceiling it will return as an invalid sector. See updatesector.