Arma Reforger Explorer
1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Toggle main menu visibility
Loading...
Searching...
No Matches
SCR_FactionCommanderEstablishBaseRequestCancelMenuHandler.c
Go to the documentation of this file.
1
[
BaseContainerProps
()]
2
class
SCR_FactionCommanderEstablishBaseRequestCancelMenuHandler
:
SCR_FactionCommanderBaseCancelRequestMenuHandler
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
}
BaseContainerProps
SCR_AIAnimation_Loitering BaseContainerProps
Commanding menu commanding element class.
Definition
SCR_AIAnimationWaypoint.c:14
position
vector position
Definition
SCR_DestructibleTreeV2.c:30
Faction
Definition
Faction.c:13
IEntity
Definition
IEntity.c:13
SCR_FactionCommanderBaseCancelRequestMenuHandler
Definition
SCR_FactionCommanderBaseCancelRequestMenuHandler.c:3
SCR_FactionCommanderEstablishBaseRequestCancelMenuHandler
Definition
SCR_FactionCommanderEstablishBaseRequestCancelMenuHandler.c:3
vector
Definition
vector.c:13
scripts
Game
FactionCommander
MenuHandlers
SCR_FactionCommanderEstablishBaseRequestCancelMenuHandler.c
Generated by
1.17.0