This wiki is archived and useful information is being migrated to the main bzflag.org website

Difference between revisions of "ShockwaveDeath"

From BZFlagWiki
Jump to: navigation, search
m
m
Line 1: Line 1:
ShockwaveDeath is a standard [[Plug-ins|plug-in]] that is shipped with the [[BZFlag Source]] code. It fires a [[World Weapon]] [[Shockwave]] any time a [[tank]] is killed.
+
ShockwaveDeath is a standard [[Plug-ins|plug-in]] that is shipped with the [[BZFlag Source]] code. It fires a [[World Weapon]] [[ShockWave]] any time a [[tank]] is killed.
  
 
ShockwaveDeath is included in [[BZFlag 2.0.4|v2.0.4]] and later releases.
 
ShockwaveDeath is included in [[BZFlag 2.0.4|v2.0.4]] and later releases.
  
 
==Usage==
 
==Usage==
When ShockwaveDeath is loaded it installs a callback that is called on any [[tank]] death. For each death it has the server fire a [[Shockwave]] blast at the position of death.
+
When ShockwaveDeath is loaded it installs a callback that is called on any [[tank]] death. For each death it has the server fire a [[ShockWave]] blast at the position of death.
  
 
==History==
 
==History==

Revision as of 16:43, 14 July 2007

ShockwaveDeath is a standard plug-in that is shipped with the BZFlag Source code. It fires a World Weapon ShockWave any time a tank is killed.

ShockwaveDeath is included in v2.0.4 and later releases.

Usage

When ShockwaveDeath is loaded it installs a callback that is called on any tank death. For each death it has the server fire a ShockWave blast at the position of death.

History

ShockwaveDeath was one of the first plug-ins created with the BZFS API.