Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_ScenarioFrameworkGetEntityByName.c
Go to the documentation of this file.
3{
4 [Attribute()]
5 string m_sEntityName;
6
7 //------------------------------------------------------------------------------------------------
9 {
10 return new SCR_ScenarioFrameworkParam<IEntity>(GetGame().GetWorld().FindEntityByName(m_sEntityName));
11 }
12}
ArmaReforgerScripted GetGame()
Definition game.c:1398
SCR_AIAnimation_Loitering BaseContainerProps
Commanding menu commanding element class.
SCR_FieldOfViewSettings Attribute