Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
ESupportStationPriority.c
Go to the documentation of this file.
1
//~ List of all Support station priorities. Made into enum for readability
2
enum
ESupportStationPriority
3
{
4
LOW
= 0,
5
MEDIUM
= 10,
6
HIGH
= 20,
7
VERY_HIGH
= 30,
8
}
ESupportStationPriority
ESupportStationPriority
Definition:
ESupportStationPriority.c:2
LOW
@ LOW
Definition:
ESupportStationPriority.c:4
VERY_HIGH
@ VERY_HIGH
Definition:
ESupportStationPriority.c:7
MEDIUM
@ MEDIUM
Definition:
ESupportStationPriority.c:5
HIGH
@ HIGH
Definition:
ESupportStationPriority.c:6
scripts_Arma_Reforger_v1.1.0.42
scripts
Game
Components
SupportStation
ESupportStationPriority.c
Generated by
1.8.17