7,072
edits
(Created page with "{{ScriptItem2 |name = new Vec2 |side = shared |type = function |class = Vec2 |games = iii vc sa iv |desc = create a 2D vector |arg1 = float x The X value for the 2D vector. |arg2 = float y The Y value for the 2D vector. |return = Vec2 a 2D vector object }}") |
No edit summary |
||
| Line 6: | Line 6: | ||
|games = iii vc sa iv | |games = iii vc sa iv | ||
|desc = create a 2D vector | |desc = create a 2D vector | ||
|arg1 = float x The X value for the 2D vector. | |arg1 = [float x = 0.0] The X value for the 2D vector. | ||
|arg2 = float y The Y value for the 2D vector. | |arg2 = [float y = 0.0] The Y value for the 2D vector. | ||
|return = Vec2 a 2D vector object | |return = Vec2 a 2D vector object | ||
}} | }} | ||
edits