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

Entity::getCoords

Материал из RAGE MP Wiki Archive
Версия от 17:57, 1 мая 2024; imported>Shr0x (See also)
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)

Gets the coordinates for the given entity.

Syntax

<syntaxhighlight lang="javascript">entity.getCoords(alive);</syntaxhighlight>

Required Arguments

  • alive: Boolean

Return value

  • Vector3

Example

<syntaxhighlight lang="javascript"> // todo </syntaxhighlight>

See also