Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_EntityCatalogLoadoutData.c
Go to the documentation of this file.
1
5[BaseContainerProps(configRoot: true), BaseContainerCustomCheckIntTitleField("m_bEnabled", "LoadoutData", "DISABLED - LoadoutData", 1)]
7{
8 [Attribute("50", desc: "Supply cost for players to spawn with this loadout. Cost will be multiplied with Arsenal Spawn cost multiplier. The system will get the campaign cost if no SCR_EntityCatalogLoadoutData is assigned", params: "0, inf")]
9 protected float m_fSpawnSupplyCost;
10
11 [Attribute(defvalue: SCR_ECharacterRank.PRIVATE.ToString(), uiwidget: UIWidgets.ComboBox, desc: "Rank required to spawn with the loadout", params: "", enumType: SCR_ECharacterRank)]
12 protected SCR_ECharacterRank m_eRequiredRank;
13
14 //------------------------------------------------------------------------------------------------
17 {
18 return m_fSpawnSupplyCost;
19 }
20
21 //------------------------------------------------------------------------------------------------
22 SCR_ECharacterRank GetRequiredRank()
23 {
24 return m_eRequiredRank;
25 }
26
27 //------------------------------------------------------------------------------------------------
28 void SetRequiredRank(SCR_ECharacterRank rank)
29 {
30 m_eRequiredRank = rank;
31 }
32};
SCR_AIAnimation_Loitering BaseContainerProps
Commanding menu commanding element class.
UI Textures DeployMenu Briefing conflict_HintBanner_1_UI desc
SCR_ValuableIntelArsenalRefundEffect SCR_WeightedListArsenalRefundEffect BaseContainerCustomCheckIntTitleField("m_bEnabled", "Valuable Intel - Add XP", "(Disabled) Valuable Intel - Add XP", 1)
void SetRequiredRank(SCR_ECharacterRank rank)
SCR_FieldOfViewSettings Attribute