Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_ConsumableType.c
Go to the documentation of this file.
1
//------------------------------------------------------------------------------------------------
2
[
BaseContainerProps
()]
3
class
SCR_ConsumableType
4
{
5
[
Attribute
( defvalue:
"0"
, uiwidget: UIWidgets.ComboBox,
desc
:
""
, enums: ParamEnumArray.FromEnum(
SCR_EConsumableType
) )]
6
protected
SCR_EConsumableType
m_eConsumableType;
7
8
[
Attribute
( defvalue:
"0"
, uiwidget: UIWidgets.EditBox,
desc
:
""
)]
9
protected
float
m_fValue;
10
11
SCR_EConsumableType
GetType() {
return
m_eConsumableType; }
12
float
GetValue() {
return
m_fValue; }
13
};
SCR_EConsumableType
SCR_EConsumableType
Type of consumable gadget.
Definition:
SCR_ConsumableEffectBase.c:2
BaseContainerProps
class SCR_ConsumableType BaseContainerProps
SCR_ConsumableType
Definition:
SCR_ConsumableType.c:3
desc
UI Textures DeployMenu Briefing conflict_HintBanner_1_UI desc
Definition:
SCR_RespawnBriefingComponent.c:17
Attribute
typedef Attribute
Post-process effect of scripted camera.
scripts_Arma_Reforger_v1.1.0.42
scripts
Game
Survival
Consumable
SCR_ConsumableType.c
Generated by
1.8.17