Fire::isExplosionInSphere

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

Syntax

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 function c