Difference between revisions of "Weather Script"
Jump to navigation
Jump to search
→SKSE Member Functions: Added remaining SKSE functions
imported>CraftySentinel (→SKSE Member Functions: Added GetSunDamage) |
imported>CraftySentinel (→SKSE Member Functions: Added remaining SKSE functions) |
||
Line 50: | Line 50: | ||
'''float Function [[GetSunDamage - Weather|GetSunDamage]]()''' | '''float Function [[GetSunDamage - Weather|GetSunDamage]]()''' | ||
*Returns the sun damage percentage. | *Returns the sun damage percentage. | ||
'''float Function [[GetWindDirection - Weather|GetWindDirection]]()''' | |||
*Returns the wind direction in degrees. | |||
'''float Function [[GetWindDirectionRange - Weather|GetWindDirectionRange]]()''' | |||
*Returns the wind direction range in degrees. | |||
'''float Function [[GetFogDistance - Weather|GetWindDirectionRange]](bool day, int type)''' | |||
*Returns the fog distance of the specified type. |