FireMissile: Difference between revisions

From Eternity Wiki
Jump to navigationJump to search
(New page: '''FireMissile''' is a player weapon codepointer. This codepointer implements the DOOM player's rocket launcher attack, which fires a single RocketShot projectile. For a customizable vers...)
 
No edit summary
Line 1: Line 1:
'''FireMissile''' is a player weapon codepointer. This codepointer implements the DOOM player's rocket launcher attack, which fires a single RocketShot projectile.
'''FireMissile''' (void)
 
==Usage==
FireMissile is a player weapon codepointer. This codepointer implements the DOOM player's rocket launcher attack, which fires a single RocketShot 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:09, 21 April 2009

FireMissile (void)

Usage

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

For a customizable version of this codepointer, see FirePlayerMissile.