Перейти к содержанию

Vector3::clone

Материал из RAGE MP Wiki Archive
Версия от 06:26, 31 мая 2019; imported>Micaww (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...")
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)

This function returns a copy of a Vector3.

Syntax

vector.clone();

Returns

  • Vector3 A new vector with the same values.

See Also