SetWeatherImageSpaceMod

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 a weather's Image Space Modifier at the specified timeID.

Syntax

[help]
(imageSpaceMod:ref) SetWeatherImageSpaceMod weather:ref timeID:int{0-5} newImageSpaceMod:ref

Weather Time IDs

0	Sunrise
1	Day
2	Sunset
3	Night
4	High Noon
5	Midnight

Example

SetWeatherImageSpaceMod NVHooverDamWeather 4 NVJacobstownIS

Will set the Image Space Modifier of NVHooverDamWeather, at High Noon, to NVJacobstownIS.

SetWeatherImageSpaceMod NVHooverDamWeather 2

Will set the Image Space Modifier of NVHooverDamWeather, at Sunset, to None.

See Also