System::ceil

From RAGE Multiplayer Wiki
Revision as of 21:32, 6 May 2017 by Marty uploader (talk | contribs) (yay)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

Syntax

mp.game.system.ceil(value);

Required Arguments

  • value: float

Return value

  • int

Example

// todo

See also

Template:System s function c