Entity::getCoords: Difference between revisions

From RAGE Multiplayer Wiki
(yay)
 
mNo edit summary
Line 1: Line 1:
p1 = !IS_ENTITY_DEAD<br>
Gets the coordinates for the given entity.
==Syntax==
==Syntax==
<syntaxhighlight lang="javascript">entity.getCoords(alive);</syntaxhighlight>
<syntaxhighlight lang="javascript">entity.getCoords(alive);</syntaxhighlight>

Revision as of 06:46, 29 August 2018

Gets the coordinates for the given entity.

Syntax

entity.getCoords(alive);

Required Arguments

  • alive: Boolean

Return value

  • Vector3

Example

// todo

See also