Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_ScenarioFrameworkExistCondition.c
Go to the documentation of this file.
3{
4 [Attribute(desc: "Checked entity")]
5 ref SCR_ScenarioFrameworkGet m_Getter;
6
7 //------------------------------------------------------------------------------------------------
8 override bool Init(IEntity entity)
9 {
10 SCR_ScenarioFrameworkParam<IEntity> entityWrapper = SCR_ScenarioFrameworkParam<IEntity>.Cast(m_Getter.Get());
11 if (entityWrapper)
12 {
13 return entityWrapper.GetValue();
14 }
15
16 return false;
17 }
18}
override void Init()
SCR_AIAnimation_Loitering BaseContainerProps
Commanding menu commanding element class.
UI Textures DeployMenu Briefing conflict_HintBanner_1_UI desc
SCR_FieldOfViewSettings Attribute