Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
WeatherStateTransitionNode.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
7class WeatherStateTransitionNode
8{
9 private void WeatherStateTransitionNode();
10
11 proto external void SetLooping(bool looping);
12 proto external bool IsLooping();
16 proto external void SetTransitionDurationHours(float transDurationHours);
20 proto external void SetStateDurationHours(float stateDurationHours);
24 proto external int GetDestinationStateIndex();
28 proto external float GetTransitionDurationHours();
32 proto external float GetStateDurationHours();
39 proto external bool IsValid();
45 proto external bool IsValidTransitionTo(WeatherStateTransitionNode destinationState);
50 proto external bool IsTransitioning();
51}