Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
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  //------------------------------------------------------------------------------------------------
13  float GetLoadoutSpawnCost()
14  {
15  return m_fSpawnSupplyCost;
16  }
17 };
SCR_BaseEntityCatalogData
Definition: SCR_BaseEntityCatalogData.c:5
desc
UI Textures DeployMenu Briefing conflict_HintBanner_1_UI desc
Definition: SCR_RespawnBriefingComponent.c:17
SCR_EntityCatalogLoadoutData
Definition: SCR_EntityCatalogLoadoutData.c:6
Attribute
typedef Attribute
Post-process effect of scripted camera.
BaseContainerCustomCheckIntTitleField
Attribute for setting a custom format if the given checkVar is equal to checkVarEqual....
Definition: Attributes.c:659
params
Configs ServerBrowser KickDialogs params
Definition: SCR_NotificationSenderComponent.c:24
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