LoadShotgun2: Difference between revisions

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

Revision as of 16:21, 8 May 2011

Description

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

Usage

LoadShotgun2

Parameters

No parameters.

Examples

From base\frames.edf

frame S_DSGUN7      { cmp = "SHT2|5|*|7|LoadShotgun2 |@next";   dehackednum = 41 }

Notes

No particular notes.

See also