Native referenceRedM

FLOOR

0xF34EE736CF047844 BUILTIN
FUNCTION SIGNATURE
int FLOOR(float value);
Property Value
Native Name FLOOR
Hash 0xF34EE736CF047844
Return Type int
Build 1207
Parameters value (float)

Description: Rounds a float value down to the next whole number

Usage

Lua (Direct):

local result = Floor(value)

Lua (Hash):

local result = Citizen.InvokeNative(0xF34EE736CF047844, value)
Back to BUILTIN