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
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.
'''CloseShotgun2''' (void)
 
==Usage==
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.


For a customizable version of this codepointer, see [[PlaySoundEx]].
For a customizable version of this codepointer, see [[PlaySoundEx]].


[[Category:Codepointers]]
[[Category:Codepointers]]

Revision as of 22:09, 21 April 2009

CloseShotgun2 (void)

Usage

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.

For a customizable version of this codepointer, see PlaySoundEx.