Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_MilitarySupplyAllocationConfig.c File Reference

Go to the source code of this file.

Classes

class  SCR_MilitarySupplyAllocationConfig

Functions

class SCR_MilitarySupplyAllocationConfig BaseContainerProps ()] class SCR_MilitarySupplyAllocationRankInfo
void GetRankList (out notnull array< ref SCR_MilitarySupplyAllocationRankInfo > militarySupplyAllocationRankList)
int GetMilitarySupplyAllocationValueAtRank (SCR_ECharacterRank rank)
int GetAvailableAllocatedSuppliesReplenishmentTimer ()
int GetAvailableAllocatedSuppliesReplenishmentThresholdValueAtRank (SCR_ECharacterRank rank)
float GetAvailableAllocatedSuppliesReplenishmentOnSupplyDeliveryMultiplier ()

Variables

int m_iAvailableAllocatedSuppliesReplenishmentTimer
float m_fAvailableAllocatedSuppliesReplenishmentOnSupplyDeliveryMultiplier
ref array< ref SCR_MilitarySupplyAllocationRankInfo > m_aMilitarySupplyAllocationRankList

Function Documentation

◆ BaseContainerProps()

class SCR_MilitarySupplyAllocationConfig BaseContainerProps ( )

Definition at line 1 of file SCR_MilitarySupplyAllocationConfig.c.

◆ GetAvailableAllocatedSuppliesReplenishmentOnSupplyDeliveryMultiplier()

float BaseContainerProps::GetAvailableAllocatedSuppliesReplenishmentOnSupplyDeliveryMultiplier ( )
protected

Definition at line 110 of file SCR_MilitarySupplyAllocationConfig.c.

◆ GetAvailableAllocatedSuppliesReplenishmentThresholdValueAtRank()

int BaseContainerProps::GetAvailableAllocatedSuppliesReplenishmentThresholdValueAtRank ( SCR_ECharacterRank rank)
protected

Definition at line 98 of file SCR_MilitarySupplyAllocationConfig.c.

◆ GetAvailableAllocatedSuppliesReplenishmentTimer()

int BaseContainerProps::GetAvailableAllocatedSuppliesReplenishmentTimer ( )
protected

Definition at line 92 of file SCR_MilitarySupplyAllocationConfig.c.

◆ GetMilitarySupplyAllocationValueAtRank()

int BaseContainerProps::GetMilitarySupplyAllocationValueAtRank ( SCR_ECharacterRank rank)
protected

Definition at line 80 of file SCR_MilitarySupplyAllocationConfig.c.

◆ GetRankList()

void BaseContainerProps::GetRankList ( out notnull array< ref SCR_MilitarySupplyAllocationRankInfo > militarySupplyAllocationRankList)
protected

Definition at line 71 of file SCR_MilitarySupplyAllocationConfig.c.

Variable Documentation

◆ m_aMilitarySupplyAllocationRankList

ref array<ref SCR_MilitarySupplyAllocationRankInfo> m_aMilitarySupplyAllocationRankList
protected

Definition at line 68 of file SCR_MilitarySupplyAllocationConfig.c.

◆ m_fAvailableAllocatedSuppliesReplenishmentOnSupplyDeliveryMultiplier

float m_fAvailableAllocatedSuppliesReplenishmentOnSupplyDeliveryMultiplier
protected

Definition at line 65 of file SCR_MilitarySupplyAllocationConfig.c.

◆ m_iAvailableAllocatedSuppliesReplenishmentTimer

int m_iAvailableAllocatedSuppliesReplenishmentTimer
protected

Definition at line 62 of file SCR_MilitarySupplyAllocationConfig.c.