natives.LOCATE_CHAR_IN_CAR_3D

Revision as of 10:08, 12 June 2026 by Roxas (talk | contribs) (Add ScriptItem documentation from GTA VC SCM decompile)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Function Client Only icon-vc.png Online and Offline

Available since Client 1.0.0
void natives.LOCATE_CHAR_IN_CAR_3D(int ped, float minX, float minY, float minZ, float maxX, float maxY, float maxZ, int mode)
The natives.LOCATE_CHAR_IN_CAR_3D function is used to checks if a character in a vehicle is within a 3D area.

Parameters

1) int ped Character handle to act upon.
2) float minX Parameter for this function.
3) float minY Parameter for this function.
4) float minZ Parameter for this function.
5) float maxX Parameter for this function.
6) float maxY Parameter for this function.
7) float maxZ Parameter for this function.
8) int mode Operating mode selector.

Return

void This function doesn't return a value.

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.