Entity::getCoords

From RAGE Multiplayer Wiki
Revision as of 17:57, 1 May 2024 by Shr0x (talk | contribs) (→‎See also)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Gets the coordinates for the given entity.

Syntax

entity.getCoords(alive);

Required Arguments

  • alive: Boolean

Return value

  • Vector3

Example

// todo

See also