vec2.new: Difference between revisions

16 bytes added ,  Yesterday at 16:01
no edit summary
(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
}}
}}
7,072

edits