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_ArsenalItemAlternativeRefundAmount.c
Go to the documentation of this file.
1
[
BaseContainerProps
(configRoot:
true
),
BaseContainerCustomCheckIntTitleField
(
"m_bEnabled"
,
"Arsenal Data (Alternative Refund)"
,
"DISABLED - Arsenal Data (Alternative Refund)"
, 1)]
2
class
SCR_ArsenalItemAlternativeRefundAmount
:
SCR_ArsenalItem
3
{
4
[
Attribute
(
"10"
,
desc
:
"Refund amount of the item which is seperate from the supply cost. Take into account that the supply refund multiplier is still added to this value"
,
params
:
"0 inf 1"
)]
5
protected
int
m_iOverwriteSupplyRefundAmount
;
6
7
//------------------------------------------------------------------------------------------------
8
override
protected
int
GetRefundAmountValue
()
9
{
10
return
m_iOverwriteSupplyRefundAmount
;
11
}
12
}
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_ArsenalItemAlternativeRefundAmount
Definition
SCR_ArsenalItemAlternativeRefundAmount.c:3
SCR_ArsenalItemAlternativeRefundAmount::m_iOverwriteSupplyRefundAmount
int m_iOverwriteSupplyRefundAmount
Definition
SCR_ArsenalItemAlternativeRefundAmount.c:5
SCR_ArsenalItemAlternativeRefundAmount::GetRefundAmountValue
int GetRefundAmountValue()
Definition
SCR_ArsenalItemAlternativeRefundAmount.c:8
SCR_ArsenalItem
Definition
SCR_ArsenalItem.c:3
Attribute
SCR_FieldOfViewSettings Attribute
Definition
SendGoalMessage.c:170
scripts
Game
Components
Arsenal
SCR_ArsenalItemAlternativeRefundAmount.c
Generated by
1.17.0