Floor

From the Oblivion ConstructionSet Wiki
Revision as of 11:44, 9 September 2007 by imported>WereWolf
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

A command for Oblivion Script Extender

Syntax:

floor [float]

Returns the nearest whole number below a number.

Example[edit | edit source]

set n to floor 5.784

n = 5

See Also[edit | edit source]