Arma Reforger Explorer
1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Toggle main menu visibility
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)]
6
class
SCR_EntityCatalogLoadoutData
:
SCR_BaseEntityCatalogData
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
//------------------------------------------------------------------------------------------------
16
float
GetLoadoutSpawnCost
()
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
};
BaseContainerProps
SCR_AIAnimation_Loitering BaseContainerProps
Commanding menu commanding element class.
Definition
SCR_AIAnimationWaypoint.c:14
desc
UI Textures DeployMenu Briefing conflict_HintBanner_1_UI desc
Definition
SCR_RespawnBriefingComponent.c:17
params
category params
Definition
SCR_SpherePointGeneratorPreviewComponent.c:21
BaseContainerCustomCheckIntTitleField
SCR_ValuableIntelArsenalRefundEffect SCR_WeightedListArsenalRefundEffect BaseContainerCustomCheckIntTitleField("m_bEnabled", "Valuable Intel - Add XP", "(Disabled) Valuable Intel - Add XP", 1)
Definition
SCR_ValuableIntelArsenalRefundEffect.c:17
SCR_BaseEntityCatalogData
Definition
SCR_BaseEntityCatalogData.c:6
SCR_EntityCatalogLoadoutData
Definition
SCR_EntityCatalogLoadoutData.c:7
SCR_EntityCatalogLoadoutData::GetRequiredRank
SCR_ECharacterRank GetRequiredRank()
Definition
SCR_EntityCatalogLoadoutData.c:22
SCR_EntityCatalogLoadoutData::SetRequiredRank
void SetRequiredRank(SCR_ECharacterRank rank)
Definition
SCR_EntityCatalogLoadoutData.c:28
SCR_EntityCatalogLoadoutData::m_eRequiredRank
SCR_ECharacterRank m_eRequiredRank
Definition
SCR_EntityCatalogLoadoutData.c:12
SCR_EntityCatalogLoadoutData::m_fSpawnSupplyCost
float m_fSpawnSupplyCost
Definition
SCR_EntityCatalogLoadoutData.c:9
SCR_EntityCatalogLoadoutData::GetLoadoutSpawnCost
float GetLoadoutSpawnCost()
Definition
SCR_EntityCatalogLoadoutData.c:16
UIWidgets
Definition
attributes.c:40
Attribute
SCR_FieldOfViewSettings Attribute
Definition
SendGoalMessage.c:170
scripts
Game
EntityCatalog
EntityCatalogEntryData
SCR_EntityCatalogLoadoutData.c
Generated by
1.17.0