| 
    Arma Reforger Script API
    
   | 
 
  
Additional Inherited Members | |
  Public Member Functions inherited from SCR_ResourceContainerStorageQueue< SCR_ResourceConsumer > | |
| int | GetContainerCount () | 
| int | GetOffsetPosition () | 
| bool | IsEmpty () | 
| bool | ShouldContainerChangeCauseUpdate () | 
| int | RegisterContainer (notnull SCR_ResourceContainer container, notnull ResourceActorType actor) | 
| Registers a container into the queue.   | |
| void | UnregisterFirstContainer () | 
| Unegisters the first container in the queue.   | |
| void | UnregisterContainerAt (int position) | 
| Unegisters the container at a specific position in the queue.   | |
| int | ComputePosition (SCR_ResourceContainer container, ResourceActorType actor) | 
| int | InsertContainerAtEx (SCR_ResourceContainer container, int index) | 
| void | SetOffsetPosition (int offset) | 
| void | IncrementOffset (int increment) | 
| void | DecrementOffset (int decrement) | 
| void | Initialize (array< SCR_ResourceContainer > containers) | 
| void | Reset (int offsetPosition=0) | 
| void | DebugPrint () | 
| void | SCR_ResourceContainerStorage () | 
  Protected Member Functions inherited from SCR_ResourceContainerStorageQueue< SCR_ResourceConsumer > | |
| int | GetUpperOffsetPosition () | 
| SCR_ResourceContainer | GetContainerRelativeAt (int index) | 
| SCR_ResourceContainer | GetContainerAt (int index) | 
| int | InsertContainerAt (SCR_ResourceContainer container, int index) | 
  Protected Attributes inherited from SCR_ResourceContainerStorageQueue< SCR_ResourceConsumer > | |
| int | m_iOffsetPosition | 
| int | m_iContainerCount |