Light1: Difference between revisions

From Eternity Wiki
Jump to navigationJump to search
m (Added note about MapInfo fullbright flag.)
No edit summary
Line 1: Line 1:
'''Light1''' is a player weapon codepointer. This codepointer sets the player gun light flash effect to its first level of added brightness. Unless [[Light0]] is subsequently called, the player's view will remain permanently brighter than normal. This codepointer is called from the first firing frame of most DOOM weapons. This codepointer does nothing if the [[MapInfo]] variable '''fullbright''' is set to false.
'''Light1''' (void)
 
==Usage==
Light1 is a player weapon codepointer. This codepointer sets the player gun light flash effect to its first level of added brightness. Unless [[Light0]] is subsequently called, the player's view will remain permanently brighter than normal. This codepointer is called from the first firing frame of most DOOM weapons. This codepointer does nothing if the [[MapInfo]] variable '''fullbright''' is set to false.


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

Revision as of 22:05, 21 April 2009

Light1 (void)

Usage

Light1 is a player weapon codepointer. This codepointer sets the player gun light flash effect to its first level of added brightness. Unless Light0 is subsequently called, the player's view will remain permanently brighter than normal. This codepointer is called from the first firing frame of most DOOM weapons. This codepointer does nothing if the MapInfo variable fullbright is set to false.