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

Go to the source code of this file.

Classes

class  SCR_BaseItemSupportStationComponentClass

Functions

SCR_BaseItemSupportStationComponentClass SCR_BaseSupportStationComponentClass Attribute (SCR_EArsenalSupplyCostType.DEFAULT.ToString(), desc:"Cost type of items. If it is not DEFAULT than it will try to get the diffrent supply cost if the item has it assigned", uiwidget:UIWidgets.SearchComboBox, enums:ParamEnumArray.FromEnum(SCR_EArsenalSupplyCostType), category:"Resupply Support Station")] protected SCR_EArsenalSupplyCostType m_eSupplyCostType
override void DelayedInit (IEntity owner)
SCR_EArsenalSupplyCostType GetArsenalSupplyCostType ()
override bool InitValidSetup ()
override int GetSupplyAmountAction (IEntity actionOwner, IEntity actionUser, SCR_BaseUseSupportStationAction action)

Variables

int m_iFallbackItemSupplyCost
SCR_EntityCatalogManagerComponent m_EntityCatalogManager

Function Documentation

◆ Attribute()

SCR_BaseItemSupportStationComponentClass SCR_BaseSupportStationComponentClass Attribute ( SCR_EArsenalSupplyCostType.DEFAULT. ToString(),
desc:"Cost type of items. If it is not DEFAULT than it will try to get the diffrent supply cost if the item has it assigned" ,
uiwidget:UIWidgets. SearchComboBox,
enums:ParamEnumArray. FromEnumSCR_EArsenalSupplyCostType,
category:"Resupply Support Station"  )

◆ DelayedInit()

override void DelayedInit ( IEntity owner)
protected

Definition at line 17 of file SCR_BaseItemSupportStationComponent.c.

◆ GetArsenalSupplyCostType()

SCR_EArsenalSupplyCostType GetArsenalSupplyCostType ( )
protected

Definition at line 24 of file SCR_BaseItemSupportStationComponent.c.

◆ GetSupplyAmountAction()

override int GetSupplyAmountAction ( IEntity actionOwner,
IEntity actionUser,
SCR_BaseUseSupportStationAction action )
protected

Definition at line 42 of file SCR_BaseItemSupportStationComponent.c.

◆ InitValidSetup()

override bool InitValidSetup ( )
protected

Definition at line 30 of file SCR_BaseItemSupportStationComponent.c.

Variable Documentation

◆ m_EntityCatalogManager

SCR_EntityCatalogManagerComponent m_EntityCatalogManager
protected

Definition at line 14 of file SCR_BaseItemSupportStationComponent.c.

◆ m_iFallbackItemSupplyCost

int m_iFallbackItemSupplyCost
protected

Definition at line 12 of file SCR_BaseItemSupportStationComponent.c.