Vector2: Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Mr Doom Bringer
New page: {{CatUp|Data Types}} The '''Vector2''' is a simple coordinate. Two values make it up, an X and a Y coordinate. This data type is currently very limited in use. {{Property| name = Vector...
 
>Blocco
No edit summary
Line 13: Line 13:


[[Category:Properties]]
[[Category:Properties]]
[[Category:Data Types]]

Revision as of 02:12, 24 June 2010

The Vector2 is a simple coordinate. Two values make it up, an X and a Y coordinate.

This data type is currently very limited in use.

Vector2
Property (Int X, Int Y)
Description Stores a 2D grid coordinate, X and Y
Member of N/A