Home

int16

16 bit signed integer. Possible values are -32 768 to 32 767.

Since Lua 5.2 only uses doubles, any API that asks for int16 will floor the given double.

Type

builtin