Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_ResourceGeneratorContainerStorageQueue.c
Go to the documentation of this file.
2 class SCR_ResourceGeneratorContainerStorageQueue : SCR_ResourceContainerStorageQueue<SCR_ResourceGenerator>
3 {
4  //------------------------------------------------------------------------------------------------
5  override int ComputePosition(SCR_ResourceContainer container, SCR_ResourceGenerator actor)
6  {
7  return m_iContainerCount;
8  }
9 }
SCR_ResourceGeneratorContainerStorageQueue
Definition: SCR_ResourceGeneratorContainerStorageQueue.c:2
SCR_ResourceContainer
Definition: SCR_ResourceContainer.c:34
SCR_ResourceGenerator
Definition: SCR_ResourceGenerator.c:79
BaseContainerProps
SCR_AIGoalReaction_Follow BaseContainerProps
Handles insects that are supposed to be spawned around selected prefabs defined in prefab names array...
Definition: SCR_AIGoalReaction.c:468