C# Class GtaChaos.Models.Effects.extra.WeatherEffect

Inheritance: AbstractEffect
Show file Open project: gta-chaos-mod/Trilogy-GUI-Tool

Public Methods

Method Description
RunEffect ( int seed = -1, int _duration = -1 ) : void
WeatherEffect ( string description, string word, int _weatherID ) : GtaChaos.Models.Effects.@abstract

Method Details

RunEffect() public method

public RunEffect ( int seed = -1, int _duration = -1 ) : void
seed int
_duration int
return void

WeatherEffect() public method

public WeatherEffect ( string description, string word, int _weatherID ) : GtaChaos.Models.Effects.@abstract
description string
word string
_weatherID int
return GtaChaos.Models.Effects.@abstract