Vector3::clone

From RAGE Multiplayer Wiki
Revision as of 06:26, 31 May 2019 by Micaww (talk | contribs) (Created page with "This function returns a copy of a Vector3. ==Syntax== <pre> vector.clone(); </pre> == Returns == * {{RageType|Vector3}} A new vector with the same values. ==See Also== {{V...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This function returns a copy of a Vector3.

Syntax

vector.clone();

Returns

  • Vector3 A new vector with the same values.

See Also