Fire::isExplosionInSphere

From RAGE Multiplayer Wiki
Revision as of 21:06, 6 May 2017 by Marty uploader (talk | contribs) (yay)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Syntax

mp.game.fire.isExplosionInSphere(explosionType, x, y, z, radius);

Required Arguments

  • explosionType: int
  • x: float
  • y: float
  • z: float
  • radius: float

Return value

  • Boolean

Example

// todo

See also

Template:Fire s function c