Difference between revisions of "GetIsCurrentWeather"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Maturin
 
imported>JT
m (the->into)
Line 5: Line 5:
  GetIsCurrentWeather Thunderstorm  
  GetIsCurrentWeather Thunderstorm  


Returns 1 if the current weather matches the parameter. Note that this will return true as soon as the weather starts transitioning the the specified weather (even if it isn't finished with the transition yet).  
Returns 1 if the current weather matches the parameter. Note that this will return true as soon as the weather starts transitioning into the specified weather (even if it isn't finished with the transition yet).  
   
   
[[Category: Functions]]
[[Category: Functions]]
[[Category: Weather Functions]]
[[Category: Weather Functions]]
[[Category: Condition Functions]]
[[Category: Condition Functions]]

Revision as of 18:54, 25 March 2006

Syntax:

GetIsCurrentWeather WeatherID 
getweather WeatherID 

Example:

GetIsCurrentWeather Thunderstorm 

Returns 1 if the current weather matches the parameter. Note that this will return true as soon as the weather starts transitioning into the specified weather (even if it isn't finished with the transition yet).