Squirrel/Server/Functions/Effects/ExtinguishAllFires

From Liberty Unleashed Wiki
(Difference between revisions)
Jump to: navigation, search
m
(Example)
Line 19: Line 19:
  
 
</code>
 
</code>
 +
 +
This will extinguish all script created fires.
  
 
=== Notes ===
 
=== Notes ===

Revision as of 01:22, 8 March 2010

This function extinguishes all script created fires.

Syntax

  1. bool ExtinguishAllFires()

Arguments

  • none

Example

  1.  
  2. function onPlayerCommand( player, cmd, text )
  3. {
  4. if ( cmd == "extinguish" ) ExtinguishAllFires()
  5. }
  6.  
  7.  

This will extinguish all script created fires.

Notes

The call onPlayerCommand was used in in this example. More info about this in the corresponding page.

Related Functions

Personal tools
Namespaces

Variants
Actions
Navigation
scripting
Toolbox