![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| int | GetUpperOffsetPosition () |
| SCR_ResourceContainer | GetContainerRelativeAt (int index) |
| SCR_ResourceContainer | GetContainerAt (int index) |
| bool | IsEmpty () |
| bool | ShouldContainerChangeCauseUpdate () |
| int | RegisterContainer (notnull SCR_ResourceContainer container, notnull SCR_ResourceInteractor actor) |
| 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, SCR_ResourceInteractor actor) |
| int | InsertContainerAt (SCR_ResourceContainer container, int index) |
| 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 Attributes | |
| int | m_iOffsetPosition |
| int | m_iContainerCount |
Definition at line 2 of file SCR_ResourceContainerStorageQueue.c.
|
inlineprotected |
Definition at line 85 of file SCR_ResourceContainerStorageQueue.c.
|
inlineprotected |
Definition at line 150 of file SCR_ResourceContainerStorageQueue.c.
|
inlineprotected |
Definition at line 130 of file SCR_ResourceContainerStorageQueue.c.
|
inlineprotected |
Definition at line 33 of file SCR_ResourceContainerStorageQueue.c.
|
inlineprotected |
Definition at line 27 of file SCR_ResourceContainerStorageQueue.c.
|
inlineprotected |
Definition at line 21 of file SCR_ResourceContainerStorageQueue.c.
|
inlineprotected |
Definition at line 124 of file SCR_ResourceContainerStorageQueue.c.
|
inlineprotected |
Definition at line 136 of file SCR_ResourceContainerStorageQueue.c.
|
inlineprotected |
Definition at line 91 of file SCR_ResourceContainerStorageQueue.c.
|
inlineprotected |
Definition at line 105 of file SCR_ResourceContainerStorageQueue.c.
|
inlineprotected |
Definition at line 42 of file SCR_ResourceContainerStorageQueue.c.
|
inlineprotected |
Registers a container into the queue.
| container | The container to be registered into the queue. |
Definition at line 57 of file SCR_ResourceContainerStorageQueue.c.
|
inlineprotected |
Definition at line 143 of file SCR_ResourceContainerStorageQueue.c.
|
inlineprotected |
Definition at line 165 of file SCR_ResourceContainerStorageQueue.c.
|
inlineprotected |
Definition at line 118 of file SCR_ResourceContainerStorageQueue.c.
|
inlineprotected |
Definition at line 48 of file SCR_ResourceContainerStorageQueue.c.
|
inlineprotected |
Unegisters the container at a specific position in the queue.
Definition at line 75 of file SCR_ResourceContainerStorageQueue.c.
|
inlineprotected |
Unegisters the first container in the queue.
Definition at line 64 of file SCR_ResourceContainerStorageQueue.c.
|
protected |
Definition at line 5 of file SCR_ResourceContainerStorageQueue.c.
|
protected |
Definition at line 4 of file SCR_ResourceContainerStorageQueue.c.