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

Inheritance: AbstractEffect
Afficher le fichier Open project: gta-chaos-mod/Trilogy-GUI-Tool

Méthodes publiques

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

Method Details

RunEffect() public méthode

public RunEffect ( int seed = -1, int _duration = -1 ) : void
seed int
_duration int
Résultat void

WeatherEffect() public méthode

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