float _GET_MAX_LOCKON_DISTANCE_OF_CURRENT_PED_WEAPON(`ped` (Ped));
| Property |
Value |
| Native Name |
_GET_MAX_LOCKON_DISTANCE_OF_CURRENT_PED_WEAPON |
| Hash |
0x79B1A6E780266DB0 |
| Return Type |
float |
| Build |
1207 |
| Parameters |
ped (Ped) |
Parameters
Usage
Lua (Direct):
local result = GetMaxLockonDistanceOfCurrentPedWeapon(ped)
Lua (Hash):
local result = Citizen.InvokeNative(0x79B1A6E780266DB0, ped)
Back to WEAPON