Background for Skyrim SE
Member of the Weather script
floatfunctionGetSunGlare()Native

Description

Wiki Description

Returns the sun glare percentage of the weather object.

Documentation Comment

Returns the sun glare percentage


Caveats

CK Wiki - Notes

  • The value returned will always be between 0.0 and 1.0, with 0.0 being no Sun glare and 1.0 being maximum Sun glare.

Examples

Weather property SkyrimCO Auto ;Filled by SkyrimCO weather form.

float sunGlare = SkyrimCO.GetSunGlare()
Debug.Trace("The sun glare of SkyrimCO is " + (sunGlare * 100) + "%.")

Auto-Generated Example

float returnedValue = myWeather__toCallFunctionOn.GetSunGlare()

Related Pages


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.