SetWeatherTexture

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function added by the JIP NVSE Plugin.

Description

Sets the texture path of the specified layer of a weather.

Syntax

[help]
SetWeatherTexture weather:ref layerIndex:int{0-3} texturePath:string

Example

SetWeatherTexture NVHooverDamWeather 2 "sky\NVCloudlight.dds"

See Also