[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.
Floor
Jump to navigation
Jump to search
A command for Oblivion Script Extender
- Performs the same function as this does: Ceiling and Floor
Syntax:
floor [float]
Returns the nearest whole number below a number.
Example[edit | edit source]
set n to floor 5.784
n = 5