Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
WeatherTransitionRequestResponse.c File Reference

Go to the source code of this file.

Enumerations

enum  WeatherTransitionRequestResponse {
  SUCCESS , E_UNKNOWN , E_UNAUTHORIZED , E_ALREADY_TRANSITIONING ,
  E_NOT_FOUND
}

Enumeration Type Documentation

◆ WeatherTransitionRequestResponse

Enumerator
SUCCESS 

Transition request successful. Transition will start immediately.

E_UNKNOWN 

Unknown error

E_UNAUTHORIZED 

Not authorized to make a transition

E_ALREADY_TRANSITIONING 

Already transitioning, must wait until current transition is completed. (This doesn't count if immediate transition is requested)

E_NOT_FOUND 

Transition state or variant not found within transition list.

Definition at line 7 of file WeatherTransitionRequestResponse.c.