Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_CommandMenuOpenCondition.c
Go to the documentation of this file.
3{
4 protected SCR_PlayerControllerCommandingComponent m_CommandingComponent;
5
6 //------------------------------------------------------------------------------------------------
8 {
10 {
11 m_CommandingComponent = SCR_PlayerControllerCommandingComponent.GetLocalPlayerControllerCommandingComponent();
12
14 return GetReturnResult(false);
15 }
16
17 return GetReturnResult(m_CommandingComponent.IsOpened());
18 }
19}
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_PlayerControllerCommandingComponent m_CommandingComponent