Squirrel/Server/Functions/Effects/ExtinguishFire

From Liberty Unleashed Wiki
(Difference between revisions)
Jump to: navigation, search
(New page: __NOTOC__ This function extinguishes fire at the given coordinates. == Syntax == <code>bool ExtinguishFire( Vector vPos, float fRadius )</code> <code>bool ExtinguishFire( float x, float ...)

Revision as of 00:41, 27 November 2009

This function extinguishes fire at the given coordinates.

Syntax

  1. bool ExtinguishFire( Vector vPos, float fRadius )
  1. bool ExtinguishFire( float x, float y, float z, float fRadius )

Arguments

  • vPos - The position where the fire should be extinguished
  • x, y, z - The coordinates of the position to be extinguished as separate float values
  • fRadius - The radius which should be extinguished

Example

This function needs an example. You can help us complete the wiki by writing one, or maybe even more :o
  1.  
  2. -- todo
  3.  

Notes

-- Example notes here

Related Functions

Personal tools
Namespaces

Variants
Actions
Navigation
scripting
Toolbox