Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_RadialMenuActiveActionCondition.c
Go to the documentation of this file.
1
4{
6
7 //~Todo: Check if command menu is active
8 //------------------------------------------------------------------------------------------------
10 {
11 if (!m_RadialMenu)
12 {
14
15 if (!m_RadialMenu)
16 return GetReturnResult(false);
17 }
18
19 return GetReturnResult(m_RadialMenu.IsOpened());
20 }
21}
SCR_AIAnimation_Loitering BaseContainerProps
Commanding menu commanding element class.
Get all prefabs that have the spawner data
class SCR_HitZoneGroupNameHolder BaseContainerCustomStringTitleField("USE INHERITED VERSION ONLY!")
A single available action condition representation.
override bool IsAvailable(notnull SCR_AvailableActionsConditionData data)
static SCR_RadialMenu GlobalRadialMenu()
Find and get reference to global redial menu.