Floor
Revision as of 19:22, 21 August 2006 by imported>TheImperialDragon
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
set n to floor 5.784
n = 5