FireBFG: Difference between revisions

From Eternity Wiki
Jump to navigationJump to search
(New page: '''FireBFG''' is a player weapon codepointer. This codepointer implements the DOOM player's BFG9000 attack, which fires a single BFGShot projectile. For a customizable version of this cod...)
 
No edit summary
Line 1: Line 1:
'''FireBFG''' is a player weapon codepointer. This codepointer implements the DOOM player's BFG9000 attack, which fires a single BFGShot projectile.
'''FireBFG''' (void)
 
==Usage==
FireBFG is a player weapon codepointer. This codepointer implements the DOOM player's BFG9000 attack, which fires a single BFGShot 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:08, 21 April 2009

FireBFG (void)

Usage

FireBFG is a player weapon codepointer. This codepointer implements the DOOM player's BFG9000 attack, which fires a single BFGShot projectile.

For a customizable version of this codepointer, see FirePlayerMissile.