Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_FactionCommanderEstablishBaseRequestCancelMenuHandler.c
Go to the documentation of this file.
3{
4 //------------------------------------------------------------------------------------------------
5 override bool CanEntryBeShown(notnull Faction commanderFaction, int playerId, vector position, IEntity hoveredEntity)
6 {
7 if (!super.CanEntryBeShown(commanderFaction, playerId, position, hoveredEntity))
8 return false;
9
10 // for commander is confirm and deny option
11 if (SCR_FactionCommanderPlayerComponent.IsLocalPlayerCommander())
12 return false;
13
14 return true;
15 }
16}
SCR_AIAnimation_Loitering BaseContainerProps
Commanding menu commanding element class.
vector position