Thread: luaindex type
View Single Post
05/11/14, 05:50 PM   #7
Harven
 
Harven's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 135
Hey, there is no uint32 in lua. There is only one numerical type called number and it is 64bit double precision floating point number.

BTW, 32 bit integer range is signed :-2147483648 to 2147483647, and unsigned: 0 to 4294967295.

Last edited by Harven : 05/11/14 at 05:56 PM.
  Reply With Quote