natives.LOCATE_CHAR_ANY_MEANS_CHAR_3D
Jump to navigation
Jump to search
Function Client Only ![]()
Online and Offline
Available since Client 1.0.0
void natives.LOCATE_CHAR_ANY_MEANS_CHAR_3D(int ped, int targetPed, float radiusX, float radiusY, float radiusZ, int mode)
The natives.LOCATE_CHAR_ANY_MEANS_CHAR_3D function is used to checks if a character is near another character within a 3D area by any means of transport.
Parameters
| 1) | int | ped | Character handle to act upon. |
| 2) | int | targetPed | Target character handle. |
| 3) | float | radiusX | Parameter for this function. |
| 4) | float | radiusY | Parameter for this function. |
| 5) | float | radiusZ | Parameter for this function. |
| 6) | 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.