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, ...)
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
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]]

Latest revision as of 07:52, 17 April 2020

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