Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_ScenarioFrameworkGetLayerBase.c
Go to the documentation of this file.
3{
4 [Attribute()]
5 string m_sLayerBaseName;
6
7 //------------------------------------------------------------------------------------------------
9 {
10 IEntity entity = FindEntityByName(m_sLayerBaseName);
11 if (!entity)
12 return null;
13
15 if (!layer)
16 return null;
17
18 return new SCR_ScenarioFrameworkParam<IEntity>(entity);
19 }
20}
LayerPresets layer
SCR_AIAnimation_Loitering BaseContainerProps
Commanding menu commanding element class.
void SCR_ScenarioFrameworkLayerBase(IEntityComponentSource src, IEntity ent, IEntity parent)
proto external Managed FindComponent(typename typeName)
SCR_FieldOfViewSettings Attribute