Difference between revisions of "IsPleasant"
Jump to navigation
Jump to search
imported>Geckbot m (Robot: Automated text replacement (-\[\[Category:(.*?)\(GECK 1.0\)\]\] +Category:\1(GECK 1.1))) |
imported>Ez0n3 |
||
Line 1: | Line 1: | ||
== | {{Function | ||
IsPleasant | |CSWikiPage = IsPleasant | ||
|origin = GECK1 | |||
|summary = Returns 0 if the current weather is not classified as pleasant. Greater than 0 and less than 1 means the weather is transitioning to a pleasant weather. 1 means that the weather is stable and pleasant. | |||
|name = IsPleasant | |||
|returnVal = 0, 1 | |||
|returnType = int | |||
|example = if IsPleasant | |||
}} | |||
==See Also== | |||
== | |||
*[[GetCurrentWeatherPercent]] | *[[GetCurrentWeatherPercent]] | ||
*[[IsCloudy]] | *[[IsCloudy]] | ||
*[[IsRaining]] | *[[IsRaining]] | ||
*[[IsSnowing]] | *[[IsSnowing]] | ||
[[Category: Functions]] | [[Category:Functions]] | ||
[[Category: Functions (GECK 1.1)]] | [[Category:Functions (GECK 1.1)]] | ||
[[Category: Weather Functions]] | [[Category:Weather Functions]] | ||
[[Category: Weather Functions (GECK 1.1)]] | [[Category:Weather Functions (GECK 1.1)]] | ||
[[Category: Condition Functions]] | [[Category:Condition Functions]] | ||
[[Category: Condition Functions (GECK 1.1)]] | [[Category:Condition Functions (GECK 1.1)]] |
Latest revision as of 05:54, 12 January 2011
< [[::Category:Functions|Category:Functions]]
Link to TES4 Construction Set Wiki: IsPleasant.
A function included in the GECK version 1.1.0.36.
Description
Returns 0 if the current weather is not classified as pleasant. Greater than 0 and less than 1 means the weather is transitioning to a pleasant weather. 1 means that the weather is stable and pleasant.
Syntax
(0, 1:int) IsPleasant
Example
if IsPleasant