Arma Reforger Explorer
1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Toggle main menu visibility
Loading...
Searching...
No Matches
WeatherState.c
Go to the documentation of this file.
1
/*
2
===========================================
3
Do not modify, this script is generated
4
===========================================
5
*/
6
7
class
WeatherState
:
ScriptAndConfig
8
{
12
proto external
int
GetStateID();
16
proto external
string
GetStateName();
20
proto external
string
GetStartVariantName();
21
proto external
int
GetStartVariantIndex();
25
proto external
float
GetDurationMin();
29
proto external
float
GetDurationMax();
33
proto external
void
GetVariantsList(out notnull array<ref WeatherVariant> variants);
37
proto external
void
GetTransitionsList(out notnull array<ref WeatherTransition> transitions);
41
proto external
string
GetLocalizedName();
45
proto external
string
GetLocalizedDescription();
49
proto external
ResourceName
GetIconPath();
50
proto external
int
GetNumTransitions();
51
}
ResourceName
Definition
ResourceName.c:13
ScriptAndConfig
Definition
Types.c:124
WeatherState
Definition
WeatherState.c:8
scripts
GameLib
generated
WeatherState.c
Generated by
1.17.0