Morrowind Mod:Float

The UESPWiki – Your source for The Elder Scrolls since 1995
Jump to: navigation, search


Float

                Float

        Type:   System

     Example:   float LocalVar

     Scripts:   

This is the largest and one of the three types of the scripting language. Float variables can range from 3.4e+38 to 3.4e-38 and has 7 digits of precision.

Although local variables can start with an underscore character (_), this seems to cause strange problems in some functions. Therefore it is recommended that you do not name variables starting with the underscore.

See Also: Long, Short