Light0: Difference between revisions

From Eternity Wiki
Jump to navigationJump to search
(Initial commit.)
 
No edit summary
Line 1: Line 1:
'''Light0''' is a player weapon codepointer. This codepointer is used to reset player weapon light flashes to normal. Most DOOM weapons call this pointer by transfering to frame S_LIGHTDONE (DeHackEd number 1) after their last firing frame.
'''Light0''' (void)
 
==Usage==
Light0 is a player weapon codepointer. This codepointer is used to reset player weapon light flashes to normal. Most DOOM weapons call this pointer by transfering to frame S_LIGHTDONE (DeHackEd number 1) after their last firing frame.


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

Revision as of 22:05, 21 April 2009

Light0 (void)

Usage

Light0 is a player weapon codepointer. This codepointer is used to reset player weapon light flashes to normal. Most DOOM weapons call this pointer by transfering to frame S_LIGHTDONE (DeHackEd number 1) after their last firing frame.