gta.getIslandFromPosition

Revision as of 08:51, 2 December 2020 by Mex (talk | contribs) (Created page with "{{ScriptItem |endpoint = client |games = iii vc |type = function |name = gta.getIslandFromPosition |returnTypes = int |parameters = Vec3 position |parameter1 = Vec3 position T...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Function Client Only icon-iii.png icon-vc.png Online and Offline

Available since Client 1.0.0

int gta.getIslandFromPosition(Vec3 position)

The gta.getIslandFromPosition function is used to fetch the island ID from a 3D position.

Parameters

1) Vec3 position The 3D position to fetch the island ID for.

Return

int An integer, representing an island ID.

Notes

There aren't any notes for this function.

Examples

There aren't any examples for this function.

Compatibility

There isn't any compatibility information for this function.