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

Go to the source code of this file.

Enumerations

enum  ESupportStationReasonInvalid {
  NOT_IN_RANGE = 100 , DISABLED = 150 , DESTROYED_STATION = 200 , INVALID_FACTION = 300 ,
  NO_SUPPLIES = 400 , NO_SUPPLY_STORAGE_SPACE = 410 , NO_FUEL_TO_GIVE = 500 , FUEL_CANISTER_EMPTY ,
  FUEL_TANK_FULL , HEAL_ENTITY_UNDAMAGED = 600 , HEAL_CHARACTER_IS_BLEEDING , HEAL_MAX_HEALABLE_HEALTH_REACHED ,
  HEAL_MAX_HEALABLE_HEALTH_REACHED_FIELD , HEAL_MAX_HEALABLE_HEALTH_REACHED_EMERGENCY , LOAD_CASUALTY_NO_SPACE , HEAL_ENTITY_ONFIRE ,
  RESUPPLY_ENOUGH_ITEMS = 700 , RESUPPLY_NOT_IN_STORAGE , RESUPPLY_INVENTORY_FULL , RESUPPLY_NO_VALID_WEAPON ,
  IS_MOVING = 800 , RANK_TOO_LOW = 850 , NOT_ENOUGH_AVAILABLE_ALLOCATED_SUPPLIES = 900 , IN_USE = 9999
}

Enumeration Type Documentation

◆ ESupportStationReasonInvalid

Enumerator
NOT_IN_RANGE 

No support station in range.

DISABLED 

Station is in range but disabled.

DESTROYED_STATION 

Station is in range but is destroyed.

INVALID_FACTION 

Support stations has invalid faction for user.

NO_SUPPLIES 

There are support stations in the area but they don't have supplies.

NO_SUPPLY_STORAGE_SPACE 

Cannot execute support station as the supplies it gains have no storage space.

NO_FUEL_TO_GIVE 

There are support stations in range for refueling but non have fuel to give.

FUEL_CANISTER_EMPTY 

The player is holder a fuel canister but the canister is empty.

FUEL_TANK_FULL 

Fuel tank is full so cannot refuel.

HEAL_ENTITY_UNDAMAGED 

Cannot Heal entity as it is undamaged.

HEAL_CHARACTER_IS_BLEEDING 

Cannot heal character as character is activily bleeding.

HEAL_MAX_HEALABLE_HEALTH_REACHED 

Cannot heal the entity has the max health has been reached. This is generic reasoning compared to those below.

HEAL_MAX_HEALABLE_HEALTH_REACHED_FIELD 

Cannot heal the entity has the max health has been reached, will need a static support station. e.g: Repair truck can only heal a vehicle up to x%.

HEAL_MAX_HEALABLE_HEALTH_REACHED_EMERGENCY 

Cannot heal the entity has the max health has been reached, will need a static or mobile support station e.g: Repair wrench can only heal a vehicle up to x%.

LOAD_CASUALTY_NO_SPACE 

Cannot load casualty as there is no space.

HEAL_ENTITY_ONFIRE 

Cannot Heal entity as it is on fire.

RESUPPLY_ENOUGH_ITEMS 

Resupply as already has enough magazines.

RESUPPLY_NOT_IN_STORAGE 

Cannot resupply as magazine are not in the storage.

RESUPPLY_INVENTORY_FULL 

Cannot Resupply as Inventory is full.

RESUPPLY_NO_VALID_WEAPON 

Cannot Resupply as player is not holding any valid weapons.

IS_MOVING 

If not static and moving.

RANK_TOO_LOW 

If player ranks are enabled and player has too low of a rank.

NOT_ENOUGH_AVAILABLE_ALLOCATED_SUPPLIES 

If Military Supply Allocation is enabled and player does not have enough Available Allocated Supplies.

IN_USE 

Definition at line 3 of file ESupportStationReasonInvalid.c.