Difference between revisions of "IsCloudy"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Haama
m (Removing space to prevent sorting bug)
imported>Skingrad24
Line 1: Line 1:
'''Syntax:'''
=='''Syntax:'''==
  IsCloudy  
  IsCloudy  


Returns 0 if the current weather is not classified as cloudy. Greater than 0 and less than 1 means the weather is transitioning to a cloudy weather. 1 means that the weather is stable and cloudy.  
Returns 0 if the current weather is not classified as cloudy. Greater than 0 and less than 1 means the weather is transitioning to a cloudy weather. 1 means that the weather is stable and cloudy.  
=='''See Also'''==
*[[IsPleasant]]
*[[IsSnowing]]
*[[IsRaining]]
*Link to TES4 Construction Set Wiki: [http://cs.elderscrolls.com/constwiki/index.php/IsCloudy IsCloudy].


[[Category:Functions]]
[[Category:Functions]]
[[Category:Weather Functions]]
[[Category:Weather Functions]]
[[Category:Condition Functions]]
[[Category:Condition Functions]]

Revision as of 05:13, 22 July 2009

Syntax:

IsCloudy 

Returns 0 if the current weather is not classified as cloudy. Greater than 0 and less than 1 means the weather is transitioning to a cloudy weather. 1 means that the weather is stable and cloudy.

See Also