Arma Reforger Script API
|
Public Member Functions | |
override void | DebugDraw () |
Public Member Functions inherited from SCR_ResourceContainerQueue< SCR_ResourceGenerator > | |
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_ResourceGenerator > | |
int | GetStoragePolicyCount () |
Protected Attributes inherited from SCR_ResourceContainerQueue< SCR_ResourceGenerator > | |
ResourceInteractorType | m_Interactor |
The interactor that owns the queue. | |
ref array< ref SCR_ResourceStoragePolicyBase< ResourceInteractorType > > | m_StoragePolicies |
override void SCR_ResourceGeneratorContainerQueue.DebugDraw | ( | ) |