RAGE.Elements.Ped.AddOwnedExplosion

From RAGE Multiplayer Wiki

Client-Side
Function

 C#



C# Syntax


Required Params

  • x: float
  • y: float
  • z: float
  • explosionType: int
  • damageScale: float
  • isAudible: bool
  • isInvisible: bool
  • cameraShake: float

Return value

  • void

Syntax

ped.AddOwnedExplosion(x, y, z, explosionType, damageScale, isAudible, isInvisible, cameraShake)

Example

//todo


See also