Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_ScenarioFrameworkGet.c
Go to the documentation of this file.
3{
5
6 //------------------------------------------------------------------------------------------------
8 void SetValue(SCR_ScenarioFrameworkParamBase value)
9 {
10 m_Value = value;
11 }
12
13 //------------------------------------------------------------------------------------------------
16 {
17 return m_Value;
18 }
19
20 //------------------------------------------------------------------------------------------------
24 IEntity FindEntityByName(string name)
25 {
26 IEntity entity = GetGame().GetWorld().FindEntityByName(name);
27 if (!entity)
28 return null;
29
30 return entity;
31 }
32}
ArmaReforgerScripted GetGame()
Definition game.c:1398
SCR_AIAnimation_Loitering BaseContainerProps
Commanding menu commanding element class.
proto external BaseWorld GetWorld()