_EXPLODE_PED_AMMO_TYPE
Forces the detonation or effect of a throwable ammo type owned or placed by the specified ped. Commonly used for remotely exploding dynamite that belong to the ped. ammoHashes: - joaat("AMMO_DYNAMITE") - joaat("AMMO_MOLOTOV") - joaat("AMMO_POISONBOTTLE")
WEAPONBuild 1207
Signature
lua
ExplodePedAmmoType(PlayerPedId(), GetHashKey("..."))
-- returns voidParameters
| Name | Type | Description |
|---|---|---|
| Ped | — | |
| Hash | — |
Usage
lua
ExplodePedAmmoType(PlayerPedId(), GetHashKey("..."))Generated from the native name, hash, and parameter list. Add a real example.
Details
- Hash
- Source
- VORPCORE/RDR3natives
Source: VORPCORE/RDR3natives
