Difference between revisions of "Globals"

Jump to navigation Jump to search
6 bytes added ,  08:36, 24 March 2006
no edit summary
imported>Kkuhlmann
imported>JOG
Line 3: Line 3:
*'''EditorID:''' The name of the variable. No spaces or special characters are allowed.
*'''EditorID:''' The name of the variable. No spaces or special characters are allowed.


*'''Variable Type:''' Short and Long are actually the same thing. Both are integer formats. Float is a real number format. Internally all types of global variables are stored as [[Floating_point_variables|32-bit floats]]. The technical implementation of this variable-format causes inaccuracies at very high or low values. (e.g all numbers from 2000000000 to 2000000064 are stored as 2000000000)
*'''Variable Type:''' Short and Long are actually the same thing. Both are integer formats. Float is a real number format. Internally all types of global variables are stored as [[Variable_types:_floating_point|32-bit floats]]. The technical implementation of this variable-format causes inaccuracies at very high or low values. (e.g all numbers from 2000000000 to 2000000064 are stored as 2000000000)


*'''Value:''' The default value for the global variable.
*'''Value:''' The default value for the global variable.
Anonymous user

Navigation menu