Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
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
@ NOT_ENOUGH_AVAILABLE_ALLOCATED_SUPPLIES
If Military Supply Allocation is enabled and player does not have enough Available Allocated Supplies...
@ HEAL_CHARACTER_IS_BLEEDING
Cannot heal character as character is activily bleeding.
@ NOT_IN_RANGE
No support station in range.
@ DESTROYED_STATION
Station is in range but is destroyed.
@ HEAL_MAX_HEALABLE_HEALTH_REACHED
Cannot heal the entity has the max health has been reached. This is generic reasoning compared to tho...
@ INVALID_FACTION
Support stations has invalid faction for user.
@ RESUPPLY_NO_VALID_WEAPON
Cannot Resupply as player is not holding any valid weapons.
@ FUEL_CANISTER_EMPTY
The player is holder a fuel canister but the canister is empty.
@ IS_MOVING
If not static and moving.
@ HEAL_MAX_HEALABLE_HEALTH_REACHED_FIELD
Cannot heal the entity has the max health has been reached, will need a static support station....
@ RANK_TOO_LOW
If player ranks are enabled and player has too low of a rank.
@ NO_SUPPLY_STORAGE_SPACE
Cannot execute support station as the supplies it gains have no storage space.
@ 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...
@ HEAL_ENTITY_UNDAMAGED
Cannot Heal entity as it is undamaged.
@ RESUPPLY_ENOUGH_ITEMS
Resupply as already has enough magazines.
@ NO_SUPPLIES
There are support stations in the area but they don't have supplies.
@ RESUPPLY_NOT_IN_STORAGE
Cannot resupply as magazine are not in the storage.
@ LOAD_CASUALTY_NO_SPACE
Cannot load casualty as there is no space.
@ NO_FUEL_TO_GIVE
There are support stations in range for refueling but non have fuel to give.
@ RESUPPLY_INVENTORY_FULL
Cannot Resupply as Inventory is full.
@ FUEL_TANK_FULL
Fuel tank is full so cannot refuel.
@ HEAL_ENTITY_ONFIRE
Cannot Heal entity as it is on fire.
@ DISABLED
General event switch.
Definition EntityEvent.c:35