Ceil

From the Oblivion ConstructionSet Wiki
Revision as of 13:19, 9 August 2006 by imported>DragoonWraith (OBSE)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

A command for Oblivion Script Extender

Syntax:

ceil [float]

Returns the nearest whole number above a number

Example

set n to ceil 5.234

n = 6

See Also