Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_ScenarioFrameworkParam.c
Go to the documentation of this file.
1class 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}
class SCR_MapHelperT< Class T, Class U > T
override int GetValue()
Super root of all classes in Enforce script.
Definition Types.c:35