Difference between revisions of "Category:Variables"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Cipscis
(Clarification)
imported>Qazaaq
m (adding MoveToPage tag)
Line 1: Line 1:
{{MoveToPage}}
There a few types of variables. Although you can declare a variable to be Short or Long, both produce the same result as Int.
There a few types of variables. Although you can declare a variable to be Short or Long, both produce the same result as Int.



Revision as of 04:44, 22 April 2009

It has been suggested that this category is changed into a regular article.
Further information might be found in a section of the discussion page.

There a few types of variables. Although you can declare a variable to be Short or Long, both produce the same result as Int.

int varNameInt

float varNameFloat

ref varNameRef

Sizes of numbers that can be stored in each type:

int        -2,147,483,648 to 2,147,483,647
float      3.4E +/- 38 (7 digits) 
ref        an object reference

Pages in category "Variables"

The following 9 pages are in this category, out of 9 total.