Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_AvailableActionCondition.c
Go to the documentation of this file.
1
4{
5 [Attribute("1", UIWidgets.CheckBox)]
6 protected bool m_bEnabled;
7
8 [Attribute("0", UIWidgets.CheckBox)]
9 protected bool m_bNegateCondition;
10
11 //------------------------------------------------------------------------------------------------
14 bool IsEnabled()
15 {
16 return m_bEnabled;
17 }
18
19 //------------------------------------------------------------------------------------------------
22 protected bool GetReturnResult(bool desiredResult)
23 {
25 return !desiredResult;
26
27 return desiredResult;
28 }
29
30 //------------------------------------------------------------------------------------------------
36 {
37 return GetReturnResult(true);
38 }
39}
SCR_AIAnimation_Loitering BaseContainerProps
Commanding menu commanding element class.
Get all prefabs that have the spawner data
A single available action condition representation.
bool IsAvailable(notnull SCR_AvailableActionsConditionData data)
SCR_FieldOfViewSettings Attribute