CloseShotgun2: Difference between revisions

From Eternity Wiki
Jump to navigationJump to search
No edit summary
No edit summary
Line 1: Line 1:
{{codepointer|description='''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.|usage='''CloseShotgun2'''|examples={{example|description=From base\frames.edf|code=<nowiki>frame S_DSGUN9      { cmp = "SHT2|7|*|6|CloseShotgun2|@next";  dehackednum = 43 }</nowiki>}}}}
{{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>}}}}

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