Open main menu

UESPWiki β


Short

                Short

        Type:   System

     Example:   short LocalVar

     Scripts:   

This is one of the three types of the scripting language. Short variables are signed and can range from -32,768 to 32,767.

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, Long