Difference between revisions of "ClimateRemoveWeatherType"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Jazzisparis
(Created page with "{{Function |origin = JIP |summary = Removes a weather from a climate's weather types. |name = ClimateRemoveWeatherType |returnType = successful:0/1 |arguments = {{Func...")
 
imported>Jazzisparis
Line 15: Line 15:
}}
}}
==See Also==
==See Also==
*[[GetClimateNumWeatherTypes]]
*[[GetClimateNthWeatherType]]
*[[GetClimateNthWeatherChance]]
*[[GetClimateNthWeatherGlobal]]
*[[ClimateAddWeatherType]]
[[Category:Functions_(JIP)]]
[[Category:Functions_(JIP)]]

Revision as of 09:57, 28 March 2015

< [[::Category:Functions|Category:Functions]]

A function added by the JIP NVSE Plugin.

Description

Removes a weather from a climate's weather types.

Syntax

[help]
(successful:0/1) ClimateRemoveWeatherType climate:ref weather:ref

Example

ClimateRemoveWeatherType WastelandClimate WastelandClear

See Also