BFGsound: Difference between revisions

From Eternity Wiki
Jump to navigationJump to search
(New page: '''BFGSound''' is a miscellaneous player weapon codepointer. This codepointer causes the player object to emit the '''bfg''' sound effect. For a customizable version of this codepointer, ...)
 
(templatized)
Line 1: Line 1:
'''BFGSound''' is a miscellaneous player weapon codepointer. This codepointer causes the player object to emit the '''bfg''' sound effect.
{{codepointer|description=This codepointer causes the player object to emit the '''bfg''' sound effect from the weapon.|usage='''BFGSound'''|examples=
 
{{example|description=From base\frames.edf:|code=<nowiki>frame S_BFG1      { cmp = "BFGG|*|*|20|BFGsound  |@next";      dehackednum = 84 }</nowiki>}}}}
For a customizable version of this codepointer, see [[PlaySoundEx]].
 
[[Category:Codepointers]]

Revision as of 06:46, 9 May 2011

Description

This codepointer causes the player object to emit the bfg sound effect from the weapon.

Usage

BFGSound

Parameters

No parameters.

Examples

From base\frames.edf:

frame S_BFG1      { cmp = "BFGG|*|*|20|BFGsound   |@next";       dehackednum = 84 }

Notes

No particular notes.

See also