Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
WeatherState.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
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}