Difference between revisions of "GetClimateSunGlareTexture"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Jazzisparis
(Created page with "{{Function |origin = JIP |summary = Returns the Sun Glare texture path of a climate. |name = GetClimateSunGlareTexture |returnType = texturePath:string_var |arguments =...")
 
imported>Jazzisparis
Line 12: Line 12:
}}
}}
==See Also==
==See Also==
*[[SetClimateSunGlareTexture]]
*[[GetClimateSunTexture]]
*[[SetClimateSunTexture]]
[[Category:Functions_(JIP)]]
[[Category:Functions_(JIP)]]

Revision as of 10:22, 28 March 2015

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

A function added by the JIP NVSE Plugin.

Description

Returns the Sun Glare texture path of a climate.

Syntax

[help]
(texturePath:string_var) GetClimateSunGlareTexture climate:ref

Example

GetClimateSunGlareTexture WastelandClimate

See Also