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

Description

Wiki Description

Requires: SKSE 1.06.00 or above.

Member of: Weather

Returns the wind direction of the weather object.

Documentation Comment

Returns the wind direction in degrees (0-360)


Caveats

CK Wiki - Notes

  • The value returned will always be between 0.0 and 360.0.

Examples

Weather property SkyrimCloudyMA Auto ;Filled by SkyrimCloudyMA weather form.

float windDirect = SkyrimCloudyMA.GetWindDirection()
Debug.Trace("The weather object SkyrimCloudyMA has a wind direction of " + windDirect)

Auto-Generated Example

float returnedValue = myWeather__toCallFunctionOn.GetWindDirection()

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.