GTA V NativesentityEntity::getCoordsOn this pageEntity::getCoordsGets the coordinates for the given entity. Syntax ```js entity.getCoords(alive); ``` Required Arguments alive: Boolean Return value Vector3 Example ```js // todo ``` See also