Difference between revisions of "Nodeid"

From Vendetta Lua
Jump to: navigation, search
(New page: Number identifying characters in the current sector)
 
 
Line 1: Line 1:
 
Number identifying characters in the current sector
 
Number identifying characters in the current sector
 +
 +
apparently an unsigned short int, as using values higher then 2^16 just wraps around.
 +
same for [[objectid]]

Latest revision as of 12:30, 11 January 2009

Number identifying characters in the current sector

apparently an unsigned short int, as using values higher then 2^16 just wraps around. same for objectid