CloseShotgun2: Difference between revisions

From Eternity Wiki
Jump to navigationJump to search
(New page: '''CloseShotgun2''' is a miscellaneous player weapon codepointer. This codepointer causes the player object to emit the '''dbcls''' sound effect, and then control will transfer to the ReFi...)
 
No edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
'''CloseShotgun2''' is a miscellaneous player weapon codepointer. This codepointer causes the player object to emit the '''dbcls''' sound effect, and then control will transfer to the ReFire code pointer, which will check for weapon refire.
{{codepointer|description='''CloseShotgun2''' is a miscellaneous player weapon codepointer. This codepointer causes the player object to emit the '''dbcls''' sound effect from the weapon, and then control will transfer to the '''[[ReFire]]''' code pointer, which will check for weapon refire.|usage='''CloseShotgun2'''|examples={{example|description=From base\frames.edf|code=<nowiki>frame S_DSGUN9      { cmp = "SHT2|7|*|6|CloseShotgun2|@next";  dehackednum = 43 }</nowiki>}}|seealso=
 
*[[LoadShotgun2]]
For a customizable version of this codepointer, see [[PlaySoundEx]].
*[[OpenShotgun2]]}}
 
[[Category:Codepointers]]

Latest revision as of 16:22, 8 May 2011

Description

CloseShotgun2 is a miscellaneous player weapon codepointer. This codepointer causes the player object to emit the dbcls sound effect from the weapon, and then control will transfer to the ReFire code pointer, which will check for weapon refire.

Usage

CloseShotgun2

Parameters

No parameters.

Examples

From base\frames.edf

frame S_DSGUN9      { cmp = "SHT2|7|*|6|CloseShotgun2|@next";   dehackednum = 43 }

Notes

No particular notes.

See also