BOOL GET_CURRENT_PED_VEHICLE_WEAPON(Ped ped, Hash* weaponHash);
| Property |
Value |
| Native Name |
GET_CURRENT_PED_VEHICLE_WEAPON |
| Hash |
0x1017582BCD3832DC |
| Return Type |
BOOL |
| Build |
1207 |
| Parameters |
ped (Ped), weaponHash (Hash*) |
Usage
Lua (Direct):
local result = GetCurrentPedVehicleWeapon(ped, weaponHash)
Lua (Hash):
local result = Citizen.InvokeNative(0x1017582BCD3832DC, ped, weaponHash)
Back to WEAPON