Light2: Difference between revisions

From Eternity Wiki
Jump to navigationJump to search
(Initial commit.)
 
No edit summary
Line 1: Line 1:
'''Light2''' is a player weapon codepointer. This codepointer sets the player gun light flash effect to its second level of brightness. Unless the [[Light0]] codepointer is subsequently called, the player's view will remain permanently brighter than normal. This codepointer does nothing if the [[MapInfo]] variable '''fullbright''' is set to false.
'''Light2''' (void)
 
==Usage==
Light2 is a player weapon codepointer. This codepointer sets the player gun light flash effect to its second level of brightness. Unless the [[Light0]] codepointer is subsequently called, the player's view will remain permanently brighter than normal. 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

Light2 (void)

Usage

Light2 is a player weapon codepointer. This codepointer sets the player gun light flash effect to its second level of brightness. Unless the Light0 codepointer is subsequently called, the player's view will remain permanently brighter than normal. This codepointer does nothing if the MapInfo variable fullbright is set to false.