Floor
Revision as of 12:18, 9 August 2006 by imported>DragoonWraith (OBSE)
A command for Oblivion Script Extender
Syntax:
floor [float]
Returns the nearest whole number below a number.
Example
set n to floor 5.784
n = 5
A command for Oblivion Script Extender
Syntax:
floor [float]
Returns the nearest whole number below a number.
set n to floor 5.784
n = 5