Data Types: Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>Crazypotato4 changed Enumerator to Enumeration |
>Merlin11188 Made the list more complete. It was seriously lacking before. |
||
Line 11: | Line 11: | ||
*[[Boolean]] | *[[Boolean]] | ||
*[[String]] | *[[String]] | ||
**[[ | *[[Content]] | ||
*[[Functions]] | |||
Line 19: | Line 20: | ||
*[[UDim2]] | *[[UDim2]] | ||
**[[UDim]] | **[[UDim]] | ||
*[[Userdata]] | |||
*[[Vector3]] | *[[Vector3]] | ||
**[[Vector2]] | **[[Vector2]] | ||
Line 27: | Line 29: | ||
*[[Ray]] | *[[Ray]] | ||
*[[Struct]] | *[[Struct]] | ||
*[[Axes]] | |||
*[[Content]] | |||
*[[Faces]] | |||
===Others=== | ===Others=== |
Revision as of 01:53, 21 December 2011
In Roblox Lua, as well as all programming languages, you will run into data types. These are the type of values that you can store in Variables and use in Functions. Roblox has several different types of data.
Single Values
These are data types that involve a simple number or other stuff.
Multiple Values
These data types take several different values at once, and have special formatting.
Others
These are more complex, or just more specific. They tend to be an assortment of data.