Arma Reforger Explorer
1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Toggle main menu visibility
Loading...
Searching...
No Matches
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
3
enum
ESupportStationReasonInvalid
4
{
5
NOT_IN_RANGE
= 100,
6
7
DISABLED
= 150,
8
9
DESTROYED_STATION
= 200,
10
11
INVALID_FACTION
= 300,
12
13
NO_SUPPLIES
= 400,
14
NO_SUPPLY_STORAGE_SPACE
= 410,
15
16
NO_FUEL_TO_GIVE
= 500,
17
FUEL_CANISTER_EMPTY
,
18
FUEL_TANK_FULL
,
19
20
HEAL_ENTITY_UNDAMAGED
= 600,
21
HEAL_CHARACTER_IS_BLEEDING
,
22
HEAL_MAX_HEALABLE_HEALTH_REACHED
,
23
HEAL_MAX_HEALABLE_HEALTH_REACHED_FIELD
,
24
HEAL_MAX_HEALABLE_HEALTH_REACHED_EMERGENCY
,
25
LOAD_CASUALTY_NO_SPACE
,
26
HEAL_ENTITY_ONFIRE
,
27
28
RESUPPLY_ENOUGH_ITEMS
= 700,
29
RESUPPLY_NOT_IN_STORAGE
,
30
RESUPPLY_INVENTORY_FULL
,
31
RESUPPLY_NO_VALID_WEAPON
,
32
33
IS_MOVING
= 800,
34
RANK_TOO_LOW
= 850,
35
NOT_ENOUGH_AVAILABLE_ALLOCATED_SUPPLIES
= 900,
36
37
IN_USE
= 9999,
// !< The User action is being used by another player already
38
}
ESupportStationReasonInvalid
ESupportStationReasonInvalid
Definition
ESupportStationReasonInvalid.c:4
NOT_ENOUGH_AVAILABLE_ALLOCATED_SUPPLIES
@ NOT_ENOUGH_AVAILABLE_ALLOCATED_SUPPLIES
If Military Supply Allocation is enabled and player does not have enough Available Allocated Supplies...
Definition
ESupportStationReasonInvalid.c:35
HEAL_CHARACTER_IS_BLEEDING
@ HEAL_CHARACTER_IS_BLEEDING
Cannot heal character as character is activily bleeding.
Definition
ESupportStationReasonInvalid.c:21
NOT_IN_RANGE
@ NOT_IN_RANGE
No support station in range.
Definition
ESupportStationReasonInvalid.c:5
DESTROYED_STATION
@ DESTROYED_STATION
Station is in range but is destroyed.
Definition
ESupportStationReasonInvalid.c:9
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:22
INVALID_FACTION
@ INVALID_FACTION
Support stations has invalid faction for user.
Definition
ESupportStationReasonInvalid.c:11
RESUPPLY_NO_VALID_WEAPON
@ RESUPPLY_NO_VALID_WEAPON
Cannot Resupply as player is not holding any valid weapons.
Definition
ESupportStationReasonInvalid.c:31
FUEL_CANISTER_EMPTY
@ FUEL_CANISTER_EMPTY
The player is holder a fuel canister but the canister is empty.
Definition
ESupportStationReasonInvalid.c:17
IS_MOVING
@ IS_MOVING
If not static and moving.
Definition
ESupportStationReasonInvalid.c:33
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:23
RANK_TOO_LOW
@ RANK_TOO_LOW
If player ranks are enabled and player has too low of a rank.
Definition
ESupportStationReasonInvalid.c:34
NO_SUPPLY_STORAGE_SPACE
@ NO_SUPPLY_STORAGE_SPACE
Cannot execute support station as the supplies it gains have no storage space.
Definition
ESupportStationReasonInvalid.c:14
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:24
HEAL_ENTITY_UNDAMAGED
@ HEAL_ENTITY_UNDAMAGED
Cannot Heal entity as it is undamaged.
Definition
ESupportStationReasonInvalid.c:20
RESUPPLY_ENOUGH_ITEMS
@ RESUPPLY_ENOUGH_ITEMS
Resupply as already has enough magazines.
Definition
ESupportStationReasonInvalid.c:28
NO_SUPPLIES
@ NO_SUPPLIES
There are support stations in the area but they don't have supplies.
Definition
ESupportStationReasonInvalid.c:13
RESUPPLY_NOT_IN_STORAGE
@ RESUPPLY_NOT_IN_STORAGE
Cannot resupply as magazine are not in the storage.
Definition
ESupportStationReasonInvalid.c:29
LOAD_CASUALTY_NO_SPACE
@ LOAD_CASUALTY_NO_SPACE
Cannot load casualty as there is no space.
Definition
ESupportStationReasonInvalid.c:25
IN_USE
@ IN_USE
Definition
ESupportStationReasonInvalid.c:37
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:16
RESUPPLY_INVENTORY_FULL
@ RESUPPLY_INVENTORY_FULL
Cannot Resupply as Inventory is full.
Definition
ESupportStationReasonInvalid.c:30
FUEL_TANK_FULL
@ FUEL_TANK_FULL
Fuel tank is full so cannot refuel.
Definition
ESupportStationReasonInvalid.c:18
HEAL_ENTITY_ONFIRE
@ HEAL_ENTITY_ONFIRE
Cannot Heal entity as it is on fire.
Definition
ESupportStationReasonInvalid.c:26
DISABLED
@ DISABLED
General event switch.
Definition
EntityEvent.c:35
scripts
Game
Components
SupportStation
ESupportStationReasonInvalid.c
Generated by
1.17.0