Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
WeatherVariant.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
8{
9 proto external ref WeatherWindPattern GetWindPattern();
10 proto external ref WeatherRainPattern GetRainPattern();
11 proto external ref WeatherFogPattern GetFogPattern();
12 proto external ref WeatherLightningPattern GetLightningPattern();
13
14 proto external string GetVariantName();
15 proto external float GetDurationMin();
16 proto external float GetDurationMax();
17 proto external int GetNumTransitions();
18 proto external void GetTransitionsList(out notnull array<ref WeatherTransition> transitions);
19}