GetWeatherImageSpaceMod

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

A function added by the JIP NVSE Plugin.

Description

Returns a weather's Image Space Modifier at the specified timeID.

Syntax

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

Weather Time IDs

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

Example

GetWeatherImageSpaceMod NVHooverDamWeather 4

Will return the Image Space Modifier, at High Noon, of NVHooverDamWeather.

See Also