Native referenceFiveM

CEIL

0x11E019C8F43ACC8A SYSTEM
FUNCTION SIGNATURE
int CEIL(float value);
Property Value
Native Name CEIL
Hash 0x11E019C8F43ACC8A
Return Type int
Parameters value (float)

Description: ``` I'm guessing this rounds a float value up to the next whole number, and FLOOR rounds it down

Back to SYSTEM