Lower: Difference between revisions

From Eternity Wiki
Jump to navigationJump to search
(Initial commit.)
 
No edit summary
Line 1: Line 1:
'''Lower''' is a player weapon codepointer. This codepointer lowers the player's weapon to the bottom of the screen, and if the player is not dead, will change to a new weapon. This pointer should be called from any weapon's lowering state.
'''Lower''' (void)
 
==Usage==
Lower is a player weapon codepointer. This codepointer lowers the player's weapon to the bottom of the screen, and if the player is not dead, will change to a new weapon. This pointer should be called from any weapon's lowering state.


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

Revision as of 22:05, 21 April 2009

Lower (void)

Usage

Lower is a player weapon codepointer. This codepointer lowers the player's weapon to the bottom of the screen, and if the player is not dead, will change to a new weapon. This pointer should be called from any weapon's lowering state.