FireBFG

From Eternity Wiki
Revision as of 16:55, 6 May 2011 by Printz (talk | contribs) (templatized II)
Jump to navigationJump to search

Description

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

Usage

FireBFG

Parameters

None.

Examples

From base\frames.edf:

frame S_BFG3      { cmp = "BFGG|1|*|10|FireBFG    |@next";       dehackednum = 86 }

Notes

For a customizable version of this codepointer, see FirePlayerMissile.

For the press-release emulating BFG shots, see FireOldBFG.

See also