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

Entity::getCoords

Материал из RAGE MP Wiki Archive

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