Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
BaseWeatherStateTransitionManager.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
7class BaseWeatherStateTransitionManager
8{
9 private void BaseWeatherStateTransitionManager();
10
14 proto external bool IsPreviewingState();
15 proto external bool IsPreviewingDateTime();
16 proto external bool IsPreviewingWind();
25 proto external bool SetStatePreview(bool preview, string stateName = "");
31 proto external bool SetDateTimePreview(bool preview, int year = -1, int month = -1, int day = -1, float timeOfTheDay01 = -1);
32 proto external bool SetWindPreview(bool preview, float windSpeed = -1, float windAngleDegrees = -1);
38 proto external WeatherTransitionRequestResponse RequestStateTransitionImmediately(WeatherStateTransitionNode node);
45 proto external WeatherTransitionRequestResponse RequestStateTransition();
46 proto external ref WeatherStateTransitionNode CreateStateTransition(string stateName, float transitionDurationHours, float stateDurationHours);
57 proto external bool EnqueueStateTransition(WeatherStateTransitionNode transition, bool checkValidity);
69 proto external bool InsertStateTransition(int index, WeatherStateTransitionNode transition, bool checkValidity);
73 proto external void GetStateTransitionNodeList(out notnull array<ref WeatherStateTransitionNode> outArr);
74 proto external WeatherStateTransitionNode GetStateTransitionNode(int index);
75 proto external WeatherStateTransitionNode GetCurrentStateTransitionNode();
76 proto external WeatherState GetCurrentState();
77 proto external WeatherState GetNextState();
81 proto external float GetTimeLeftUntilNextState();
85 proto external float GetTimeLeftUntilNextVariant();
95 proto external bool RemoveStateTransition(int index, bool removeInvalidTransitions, out int totalRemoved);
99 proto external int GetStateTransitionsCount();
100 proto external bool CheckValidStateTransition(int stateIndexFrom, int stateIndexTo);
101 proto external void AddTransitionCallbacks(BaseWeatherTransitionCallbacks callbacks);
102 proto external void RemoveTransitionCallbacks(BaseWeatherTransitionCallbacks callbacks);
103}
SCR_DestructionSynchronizationComponentClass ScriptComponentClass int index
EModularButtonState GetCurrentState()