Arma Reforger Script API
|
Public Member Functions | |
override int | RegisterContainer (notnull SCR_ResourceContainer container) |
Registers a container into the queue. | |
override void | DebugDraw () |
Public Member Functions inherited from SCR_ResourceContainerQueue< SCR_ResourceEncapsulator > | |
override int | RegisterContainer (notnull SCR_ResourceContainer container) |
Registers a container into the queue. | |
override SCR_ResourceContainer | PopFirstContainer () |
Removes from the queue the first container and returns it. | |
override SCR_ResourceContainer | PopContainerAt (int index) |
Removes from the queue the container at the specified index/position and returns it. | |
override void | PerformSorting () |
override array< SCR_ResourceContainer > | Clear () |
Clears the queue. | |
override void | Initialize (notnull SCR_ResourceInteractor interactor) |
override float | UpdateContainerResourceValue (float currentValue, float previousValue) |
override float | UpdateContainerMaxResourceValue (float currentValue, float previousValue) |
Additional Inherited Members | |
Protected Member Functions inherited from SCR_ResourceContainerQueue< SCR_ResourceEncapsulator > | |
int | GetStoragePolicyCount () |
Protected Attributes inherited from SCR_ResourceContainerQueue< SCR_ResourceEncapsulator > | |
ResourceInteractorType | m_Interactor |
The interactor that owns the queue. | |
ref array< ref SCR_ResourceStoragePolicyBase< ResourceInteractorType > > | m_StoragePolicies |
override void SCR_ResourceEncapsulatorContainerQueue.DebugDraw | ( | ) |
override int SCR_ResourceEncapsulatorContainerQueue.RegisterContainer | ( | notnull SCR_ResourceContainer | container | ) |
Registers a container into the queue.
container | The container to be registered into the queue. |