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_ScenarioFrameworkParam.c
Go to the documentation of this file.
1
class
SCR_ScenarioFrameworkParam<
Class
T
> :
SCR_ScenarioFrameworkParamBase
2
{
3
T
m_Value;
4
5
//------------------------------------------------------------------------------------------------
7
T
GetValue
()
8
{
9
return
m_Value;
10
}
11
12
//------------------------------------------------------------------------------------------------
13
// constructor
15
void
SCR_ScenarioFrameworkParam(
T
value)
16
{
17
m_Value = value;
18
}
19
}
T
class SCR_MapHelperT< Class T, Class U > T
GetValue
override int GetValue()
Definition
SCR_VotingBase.c:111
Class
Super root of all classes in Enforce script.
Definition
Types.c:35
SCR_ScenarioFrameworkParamBase
Definition
SCR_ScenarioFrameworkParamBase.c:2
scripts
Game
ScenarioFramework
Actions
ActionGetters
SCR_ScenarioFrameworkParam.c
Generated by
1.17.0