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_ScenarioFrameworkUserActionConditionData.c
Go to the documentation of this file.
1
[
BaseContainerProps
()]
2
class
SCR_ScenarioFrameworkUserActionConditionData
3
{
4
[
Attribute
(
desc
:
"Name of the variable"
)]
5
string
m_sVariableName;
6
7
[
Attribute
(
desc
:
"Value of the variable"
)]
8
string
m_sVariableValue;
9
10
//------------------------------------------------------------------------------------------------
11
string
GetVariableName()
12
{
13
return
m_sVariableName;
14
}
15
16
//------------------------------------------------------------------------------------------------
17
string
GetVariableValue()
18
{
19
return
m_sVariableValue;
20
}
21
}
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
SCR_ScenarioFrameworkUserActionConditionData
Definition
SCR_ScenarioFrameworkUserActionConditionData.c:3
Attribute
SCR_FieldOfViewSettings Attribute
Definition
SendGoalMessage.c:170
scripts
Game
ScenarioFramework
Components
SCR_ScenarioFrameworkUserActionConditionData.c
Generated by
1.17.0