- Found in:
- SKSE
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()