Native referenceFiveM

ADD_OWNED_EXPLOSION

0x172AA1B624FA1013 FIRE
FUNCTION SIGNATURE
void ADD_OWNED_EXPLOSION(Ped ped, float x, float y, float z, int explosionType, float damageScale, BOOL isAudible, BOOL isInvisible, float cameraShake);
Property Value
Native Name ADD_OWNED_EXPLOSION
Hash 0x172AA1B624FA1013
Return Type void
Parameters ped (Ped), x (float), y (float), z (float), explosionType (int), damageScale (float), isAudible (BOOL), isInvisible (BOOL), cameraShake (float)

Parameters

  • ped (Ped)
  • x (float)
  • y (float)
  • z (float)
  • explosionType (int) — See ADD_EXPLOSION.
  • damageScale (float)
  • isAudible (BOOL) — If explosion makes a sound.
  • isInvisible (BOOL) — If the explosion is invisible or not.
  • cameraShake (float)
Back to FIRE