Squirrel/Server/Functions/Effects/CreateFire

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

Revision as of 00:39, 27 November 2009

This function creates an scripted fire at the given coordinates.

Syntax

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

Arguments

  • vPos - The position of the script fire as a vector
  • x, y, z - The coordinates of the fire as separate float values
  • fRadius - The radius of the fire

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