OpenShotgun2: Difference between revisions

From Eternity Wiki
Jump to navigationJump to search
No edit summary
No edit summary
 
Line 1: Line 1:
'''OpenShotgun2''' (void)
{{codepointer|description=
 
'''OpenShotgun2''' is a miscellaneous player weapon codepointer. This codepointer causes the player object to emit the '''dbopn''' sound effect from the weapon.|usage=
==Usage==
'''OpenShotgun2'''|examples=
OpenShotgun2 is a miscellaneous player weapon codepointer. This codepointer causes the player object to emit the '''dbopn''' sound effect.
{{example|description=From base\frames.edf|code=<nowiki>frame S_DSGUN5      { cmp = "SHT2|3|*|7|OpenShotgun2 |@next";  dehackednum = 39 }</nowiki>}}|seealso=
 
*[[CloseShotgun2]]
For a customizable version of this codepointer, see [[PlaySoundEx]].
*[[LoadShotgun2]]}}
 
[[Category:Codepointers]]

Latest revision as of 16:24, 8 May 2011

Description

OpenShotgun2 is a miscellaneous player weapon codepointer. This codepointer causes the player object to emit the dbopn sound effect from the weapon.

Usage

OpenShotgun2

Parameters

No parameters.

Examples

From base\frames.edf

frame S_DSGUN5      { cmp = "SHT2|3|*|7|OpenShotgun2 |@next";   dehackednum = 39 }

Notes

No particular notes.

See also