C# 클래스 GtaChaos.Models.Effects.extra.WeatherEffect

상속: AbstractEffect
파일 보기 프로젝트 열기: gta-chaos-mod/Trilogy-GUI-Tool

공개 메소드들

메소드 설명
RunEffect ( int seed = -1, int _duration = -1 ) : void
WeatherEffect ( string description, string word, int _weatherID ) : GtaChaos.Models.Effects.@abstract

메소드 상세

RunEffect() 공개 메소드

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

WeatherEffect() 공개 메소드

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