FirePlasma: Difference between revisions

From Eternity Wiki
Jump to navigationJump to search
No edit summary
m (Removed incorrect info from original docs.)
Line 2: Line 2:


==Usage==
==Usage==
FirePlasma is a player weapon codepointer. This codepointer implements the DOOM player's plasma rifle attack, which fires a single PlasmaShot projectile. Has a 50% chance of causing the weapon to stall by entering its reload state after firing.
FirePlasma is a player weapon codepointer. This codepointer implements the DOOM player's plasma rifle attack, which fires a single PlasmaShot projectile.


For a customizable version of this codepointer, see [[FirePlayerMissile]].
For a customizable version of this codepointer, see [[FirePlayerMissile]].


[[Category:Codepointers]]
[[Category:Codepointers]]

Revision as of 22:22, 21 April 2009

FirePlasma (void)

Usage

FirePlasma is a player weapon codepointer. This codepointer implements the DOOM player's plasma rifle attack, which fires a single PlasmaShot projectile.

For a customizable version of this codepointer, see FirePlayerMissile.