Open main menu

UESPWiki β


Long

                Long

        Type:   System

     Example:   long LocalVar

     Scripts:   

This is one of the three types of the scripting language. Long variables are signed and can range from -2,147,483,648 to 2,147,483,647. While these are the correct logical ranges, the editor appears to only accept values up to 2,147,483,520.

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: Float, Short