FireMissile

From Eternity Wiki
Jump to navigationJump to search

Description

FireMissile is a player weapon codepointer. This codepointer implements the DOOM player's rocket launcher attack, which fires a single RocketShot projectile.

Usage

FireMissile

Parameters

None.

Examples

From base\frames.edf:

frame S_MISSILE2      { cmp = "MISG|1|*|12|FireMissile|@next";       dehackednum = 61 }

Notes

For a customizable version of this codepointer, see FirePlayerMissile.

See also