Difference between revisions of "SetLightFlag"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Jazzisparis
(Created page with "{{Function |origin = JIP |summary = Sets a Light's flag value (determined by <i>flagID</i>). |name = SetLightFlag |returnType = flagValue:0/1 |arguments = {{FunctionAr...")
 
imported>Jazzisparis
 
(One intermediate revision by the same user not shown)
Line 28: Line 28:
}}
}}
==See Also==
==See Also==
*[[GetLightFlag]]
*[[GetLightTraitNumeric]]
*[[SetLightTraitNumeric]]
[[Category:Functions_(JIP)]]
[[Category:Functions_(JIP)]]
[[Category:Light Functions (JIP)]]

Latest revision as of 15:23, 30 March 2015

< [[::Category:Functions|Category:Functions]]

A function added by the JIP NVSE Plugin.

Description

Sets a Light's flag value (determined by flagID).

Syntax

[help]
(flagValue:0/1) SetLightFlag light:ref flagID:int{0-8} newValue:0/1

Light Flag IDs

0	Dynamic
1	Can Be Carried
2	Negative
3	Flicker
5	Off By Default
6	Flicker Slow
7	Pulse
8	Pulse Slow

Example

SetLightFlag BasementLightFillWarm 6 1

See Also