Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_IsContextEnabledCondition.c
Go to the documentation of this file.
3{
4 [Attribute("")]
5 protected string m_sContext;
6
7 //------------------------------------------------------------------------------------------------
9 {
10 bool result = GetGame().GetInputManager().IsContextActive(m_sContext);
11 return GetReturnResult(result);
12 }
13}
ArmaReforgerScripted GetGame()
Definition game.c:1398
SCR_AIAnimation_Loitering BaseContainerProps
Commanding menu commanding element class.
Get all prefabs that have the spawner data
A single available action condition representation.
override bool IsAvailable(notnull SCR_AvailableActionsConditionData data)
SCR_FieldOfViewSettings Attribute