Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
ESupportStationReasonInvalid.c
Go to the documentation of this file.
1 //~ When no support station found it needs to know the reason.
2 //~ It will always use the highest enum reason why the support station was not found
4 {
5  NOT_IN_RANGE = 100,
6 
7  DISABLED = 150,
8 
10 
12 
13  NO_SUPPLIES = 400,
14 
18 
26 
31 
32  IS_MOVING = 800,
33 
34  IN_USE = 9999, // !< The User action is being used by another player already
35 }
RESUPPLY_NOT_IN_STORAGE
@ RESUPPLY_NOT_IN_STORAGE
Cannot resupply as magazine are not in the storage.
Definition: ESupportStationReasonInvalid.c:28
RESUPPLY_NO_VALID_WEAPON
@ RESUPPLY_NO_VALID_WEAPON
Cannot Resupply as player is not holding any valid weapons.
Definition: ESupportStationReasonInvalid.c:30
DESTROYED_STATION
@ DESTROYED_STATION
Station is in range but is destroyed.
Definition: ESupportStationReasonInvalid.c:9
LOAD_CASUALTY_NO_SPACE
@ LOAD_CASUALTY_NO_SPACE
Cannot load casualty as there is no space.
Definition: ESupportStationReasonInvalid.c:24
NO_FUEL_TO_GIVE
@ NO_FUEL_TO_GIVE
There are support stations in range for refueling but non have fuel to give.
Definition: ESupportStationReasonInvalid.c:15
INVALID_FACTION
@ INVALID_FACTION
Support stations has invalid faction for user.
Definition: ESupportStationReasonInvalid.c:11
NOT_IN_RANGE
@ NOT_IN_RANGE
No support station in range.
Definition: ESupportStationReasonInvalid.c:5
FUEL_CANISTER_EMPTY
@ FUEL_CANISTER_EMPTY
The player is holder a fuel canister but the canister is empty.
Definition: ESupportStationReasonInvalid.c:16
ESupportStationReasonInvalid
ESupportStationReasonInvalid
Definition: ESupportStationReasonInvalid.c:3
HEAL_MAX_HEALABLE_HEALTH_REACHED_EMERGENCY
@ HEAL_MAX_HEALABLE_HEALTH_REACHED_EMERGENCY
Cannot heal the entity has the max health has been reached, will need a static or mobile support stat...
Definition: ESupportStationReasonInvalid.c:23
NO_SUPPLIES
@ NO_SUPPLIES
There are support stations in the area but they don't have supplies.
Definition: ESupportStationReasonInvalid.c:13
IS_MOVING
@ IS_MOVING
If not static and moving.
Definition: ESupportStationReasonInvalid.c:32
RESUPPLY_INVENTORY_FULL
@ RESUPPLY_INVENTORY_FULL
Cannot Resupply as Inventory is full.
Definition: ESupportStationReasonInvalid.c:29
HEAL_MAX_HEALABLE_HEALTH_REACHED_FIELD
@ HEAL_MAX_HEALABLE_HEALTH_REACHED_FIELD
Cannot heal the entity has the max health has been reached, will need a static support station....
Definition: ESupportStationReasonInvalid.c:22
HEAL_MAX_HEALABLE_HEALTH_REACHED
@ HEAL_MAX_HEALABLE_HEALTH_REACHED
Cannot heal the entity has the max health has been reached. This is generic reasoning compared to tho...
Definition: ESupportStationReasonInvalid.c:21
DISABLED
@ DISABLED
Station is in range but disabled.
Definition: ESupportStationReasonInvalid.c:7
IN_USE
@ IN_USE
Definition: ESupportStationReasonInvalid.c:34
HEAL_CHARACTER_IS_BLEEDING
@ HEAL_CHARACTER_IS_BLEEDING
Cannot heal character as character is activily bleeding.
Definition: ESupportStationReasonInvalid.c:20
HEAL_ENTITY_ONFIRE
@ HEAL_ENTITY_ONFIRE
Cannot Heal entity as it is on fire.
Definition: ESupportStationReasonInvalid.c:25
RESUPPLY_ENOUGH_ITEMS
@ RESUPPLY_ENOUGH_ITEMS
Resupply as already has enough magazines.
Definition: ESupportStationReasonInvalid.c:27
FUEL_TANK_FULL
@ FUEL_TANK_FULL
Fuel tank is full so cannot refuel.
Definition: ESupportStationReasonInvalid.c:17
HEAL_ENTITY_UNDAMAGED
@ HEAL_ENTITY_UNDAMAGED
Cannot Heal entity as it is undamaged.
Definition: ESupportStationReasonInvalid.c:19