Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_ResourceContainer.c File Reference

Go to the source code of this file.

Data Structures

class  SCR_ResourceContainer
 

Enumerations

enum  EResourceType { INVALID = -1, SUPPLIES = 0, ELECTRICITY }
 
enum  EResourceRights {
  NONE, SELF, SQUAD, FACTION,
  ALL
}
 
enum  EResourceContainerStorageType {
  ORPHAN, STORED, CARGO_PROP, CARGO_VEHICLE,
  CARGO_CHARACTER
}
 
enum  EResourceContainerOnEmptyBehavior { NONE, HIDE, DELETE }
 

Enumeration Type Documentation

◆ EResourceContainerOnEmptyBehavior

Enumerator
NONE 
HIDE 
DELETE 

Definition at line 26 of file SCR_ResourceContainer.c.

◆ EResourceContainerStorageType

Enumerator
ORPHAN 
STORED 
CARGO_PROP 
CARGO_VEHICLE 
CARGO_CHARACTER 

Definition at line 17 of file SCR_ResourceContainer.c.

◆ EResourceRights

Enumerator
NONE 
SELF 
SQUAD 
FACTION 
ALL 

Definition at line 8 of file SCR_ResourceContainer.c.

◆ EResourceType

Enumerator
INVALID 
SUPPLIES 
ELECTRICITY 

Definition at line 1 of file SCR_ResourceContainer.c.