[dismiss]
This wiki is a copy of the original Oblivion CS wiki created and maintained by the UESP.net. See CSwiki:Copy Notice for more info.
Ceil
Revision as of 11:42, 9 September 2007 by imported>WereWolf
A command for Oblivion Script Extender
- Performs the same function as this does: Ceiling and Floor
Syntax:
ceil [float]
Returns the nearest whole number above a number.
Example[edit | edit source]
set n to ceil 5.234
n = 6