Arma Reforger Explorer
1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Toggle main menu visibility
Loading...
Searching...
No Matches
WeatherVariant.c
Go to the documentation of this file.
1
/*
2
===========================================
3
Do not modify, this script is generated
4
===========================================
5
*/
6
7
class
WeatherVariant
:
ScriptAndConfig
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
}
ScriptAndConfig
Definition
Types.c:124
WeatherFogPattern
Definition
WeatherFogPattern.c:8
WeatherLightningPattern
Definition
WeatherLightningPattern.c:8
WeatherRainPattern
Definition
WeatherRainPattern.c:8
WeatherVariant
Definition
WeatherVariant.c:8
WeatherWindPattern
Definition
WeatherWindPattern.c:8
scripts
GameLib
generated
WeatherVariant.c
Generated by
1.17.0