![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Attributes | |
| SCR_ResourceComponent | m_ResourceComponent |
| ref array< SCR_ResourceContainer > | m_aRegisteredContainers = new array<SCR_ResourceContainer>() |
| float | m_fAggregatedResourceValue |
| float | m_fAggregatedMaxResourceValue |
Definition at line 2 of file SCR_ResourceContainerQueue.c.
|
inlineprotected |
Constructor.
Definition at line 589 of file SCR_ResourceContainerQueue.c.
|
inlineprotected |
Destructor.
Definition at line 596 of file SCR_ResourceContainerQueue.c.
|
inlineprotected |
Clears and resets the queue.
TODO: Optimize this.
Definition at line 512 of file SCR_ResourceContainerQueue.c.
|
inlineprotected |
Copies the registered resource containers into an array of weak references of resource containers.
| [in,out] | containers | The array to copy into. |
Definition at line 117 of file SCR_ResourceContainerQueue.c.
|
inlineprotected |
Copies the registered resource containers into a set of weak references of resource containers.
| [in,out] | containers | The set to copy into. |
Definition at line 105 of file SCR_ResourceContainerQueue.c.
|
inlineprotected |
Definition at line 570 of file SCR_ResourceContainerQueue.c.
|
inlineprotected |
Decreases the current maximum value of the aggregated resources with a specific decrement.
| decrement | The desired value to be decremented on the current maximum value of the aggregated resources. |
Definition at line 492 of file SCR_ResourceContainerQueue.c.
|
inlineprotected |
Decreases the current value of the aggregated resources with a specific decrement.
| decrement | The desired value to be decremented on the current value of the aggregated resources. |
Definition at line 441 of file SCR_ResourceContainerQueue.c.
|
inlineprotected |
Finds the position of a specified container in the queue and returns said position.
| container | The container to ne found in the queue. |
Definition at line 233 of file SCR_ResourceContainerQueue.c.
|
inlineprotected |
Returns the current maximum value of the aggregated resources pre-calculated by adding the maximum resource values of the containers registered into the container queue.
Definition at line 43 of file SCR_ResourceContainerQueue.c.
|
inlineprotected |
Returns the current value of the aggregated resources pre-calculated by adding the current resource values of the containers registered into the container queue.
Definition at line 20 of file SCR_ResourceContainerQueue.c.
|
inlineprotected |
Returns a resource container located at the provided index/position in the queue.
| index | Index/position of the desired container in the queue, |
Definition at line 131 of file SCR_ResourceContainerQueue.c.
|
inlineprotected |
Returns the number of registered containers in the queue.
Definition at line 176 of file SCR_ResourceContainerQueue.c.
|
inlineprotected |
Returns the first resource container in the queue.
Definition at line 69 of file SCR_ResourceContainerQueue.c.
|
inlineprotected |
Increases the current maximum value of the aggregated resources with a specific increment.
| increment | The desired value to be incremented on the current maximum value of the aggregated resources. |
Definition at line 467 of file SCR_ResourceContainerQueue.c.
|
inlineprotected |
Increases the current value of the aggregated resources with a specific increment.
| increment | The desired value to be incremented on the current value of the aggregated resources. |
Definition at line 416 of file SCR_ResourceContainerQueue.c.
|
inlineprotected |
Definition at line 564 of file SCR_ResourceContainerQueue.c.
|
protected |
|
inlineprotected |
Removes from the queue the container at the specified index/position and returns it.
| index | Index/position of the desired container in the queue, |
Definition at line 296 of file SCR_ResourceContainerQueue.c.
|
inlineprotected |
Removes from the queue the first container and returns it.
Definition at line 256 of file SCR_ResourceContainerQueue.c.
|
inlineprotected |
Registers a container into the queue.
| container | The container to be registered into the queue. |
Definition at line 201 of file SCR_ResourceContainerQueue.c.
|
inlineprotected |
Assigns the current maximum value of the aggregated resources to a specific value.
| value | The desired value to be assigned for the current maximum value of the aggregated resources. |
Definition at line 384 of file SCR_ResourceContainerQueue.c.
|
inlineprotected |
Assigns the current value of the aggregated resources to a specific value.
| value | The desired value to be assigned for the current value of the aggregated resources. |
Definition at line 352 of file SCR_ResourceContainerQueue.c.
|
inlineprotected |
Definition at line 582 of file SCR_ResourceContainerQueue.c.
|
inlineprotected |
Definition at line 576 of file SCR_ResourceContainerQueue.c.
|
protected |
Definition at line 9 of file SCR_ResourceContainerQueue.c.
|
protected |
Definition at line 11 of file SCR_ResourceContainerQueue.c.
|
protected |
Definition at line 10 of file SCR_ResourceContainerQueue.c.
|
protected |
Definition at line 8 of file SCR_ResourceContainerQueue.c.