Light2: Difference between revisions

From Eternity Wiki
Jump to navigationJump to search
No edit summary
No edit summary
 
Line 3: Line 3:
==Usage==
==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.
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.
==See also==
*[[Light0]]
*[[Light1]]
*[[List of codepointers]]


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

Latest revision as of 08:29, 28 September 2009

Light2 (void)

Usage[edit]

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.

See also[edit]