Updatesector: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 1: Line 1:
updatesector <var> <x> <y>
updatesector [var] [x] [y]


Returns [[sector number]] of [[sector]] at (<x>,<y>) into [[gamevar]] <var>
Returns [[sector number]] of [[sector]] at ([x],[y]) into [[gamevar]] [var]


Note: prior to version 1.3.0, the syntax was updatesector <x> <y> <var>
Note: prior to version 1.3.0, the syntax was updatesector [x] [y] [var]

Revision as of 21:18, 29 August 2005

updatesector [var] [x] [y]

Returns sector number of sector at ([x],[y]) into gamevar [var]

Note: prior to version 1.3.0, the syntax was updatesector [x] [y] [var]