Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_FactionCommanderBaseMenuHandler Class Reference
Inheritance diagram for SCR_FactionCommanderBaseMenuHandler:
SCR_FactionCommanderBaseTaskMenuHandler SCR_FactionCommanderMainCommandMenuHandler SCR_FactionCommanderMainRequestMenuHandler SCR_FactionCommanderBaseCancelRequestMenuHandler SCR_FactionCommanderBaseRequestMenuHandler SCR_FactionCommanderCancelMenuHandler SCR_FactionCommanderConfirmMenuHandler SCR_FactionCommanderConflictBaseMenuHandler SCR_FactionCommanderEstablishBaseRequestConfirmMenuHandler SCR_FactionCommanderEstablishBaseRequestDenyMenuHandler SCR_FactionCommanderEstablishBaseRequestCancelMenuHandler SCR_FactionCommanderEstablishBaseRequestMenuHandler SCR_FactionCommanderCancelConflictBaseMenuHandler SCR_FactionCommanderCommandConflictBaseMenuHandler SCR_FactionCommanderCommandConflictMenuHandler SCR_FactionCommanderDismantleCommandMenuHandler SCR_FactionCommanderEstablishCommandMenuHandler

Protected Member Functions

void SetMenuEntry (SCR_FactionCommanderMenuEntry menuEntry)
SCR_FactionCommanderMenuEntry GetMenuEntry ()
SCR_FactionCommanderPlayerComponent GetLocalCommanderComponent ()
bool CanQuickEntryBeShown (notnull Faction commanderFaction, int playerId, vector position, IEntity hoveredEntity)
bool CanEntryBeShown (notnull Faction commanderFaction, int playerId, vector position, IEntity hoveredEntity)
bool CanEntryBeSelected (notnull Faction commanderFaction, int playerId, vector position, IEntity hoveredEntity, out string disabledText="")
bool CanGroupEntryBeShown (notnull Faction commanderFaction, int playerId, vector position, IEntity hoveredEntity, SCR_AIGroup group)
bool CanGroupEntryBeSelected (notnull Faction commanderFaction, int playerId, vector position, IEntity hoveredEntity, SCR_AIGroup group, out string disabledText="")
void OnEntryHovered (notnull Faction commanderFaction, int playerId, vector position, IEntity hoveredEntity)
void OnCommandIssued (notnull Faction commanderFaction, int playerId, vector position, IEntity hoveredEntity, SCR_AIGroup group)

Protected Attributes

SCR_FactionCommanderMenuEntry m_MenuEntry

Detailed Description

Definition at line 2 of file SCR_FactionCommanderBaseMenuHandler.c.

Member Function Documentation

◆ CanEntryBeSelected()

bool SCR_FactionCommanderBaseMenuHandler::CanEntryBeSelected ( notnull Faction commanderFaction,
int playerId,
vector position,
IEntity hoveredEntity,
out string disabledText = "" )
inlineprotected

Definition at line 37 of file SCR_FactionCommanderBaseMenuHandler.c.

◆ CanEntryBeShown()

bool SCR_FactionCommanderBaseMenuHandler::CanEntryBeShown ( notnull Faction commanderFaction,
int playerId,
vector position,
IEntity hoveredEntity )
inlineprotected

Definition at line 31 of file SCR_FactionCommanderBaseMenuHandler.c.

◆ CanGroupEntryBeSelected()

bool SCR_FactionCommanderBaseMenuHandler::CanGroupEntryBeSelected ( notnull Faction commanderFaction,
int playerId,
vector position,
IEntity hoveredEntity,
SCR_AIGroup group,
out string disabledText = "" )
inlineprotected

Definition at line 52 of file SCR_FactionCommanderBaseMenuHandler.c.

◆ CanGroupEntryBeShown()

bool SCR_FactionCommanderBaseMenuHandler::CanGroupEntryBeShown ( notnull Faction commanderFaction,
int playerId,
vector position,
IEntity hoveredEntity,
SCR_AIGroup group )
inlineprotected

Definition at line 43 of file SCR_FactionCommanderBaseMenuHandler.c.

◆ CanQuickEntryBeShown()

bool SCR_FactionCommanderBaseMenuHandler::CanQuickEntryBeShown ( notnull Faction commanderFaction,
int playerId,
vector position,
IEntity hoveredEntity )
inlineprotected

Definition at line 25 of file SCR_FactionCommanderBaseMenuHandler.c.

◆ GetLocalCommanderComponent()

SCR_FactionCommanderPlayerComponent SCR_FactionCommanderBaseMenuHandler::GetLocalCommanderComponent ( )
inlineprotected

Definition at line 19 of file SCR_FactionCommanderBaseMenuHandler.c.

◆ GetMenuEntry()

SCR_FactionCommanderMenuEntry SCR_FactionCommanderBaseMenuHandler::GetMenuEntry ( )
inlineprotected

Definition at line 13 of file SCR_FactionCommanderBaseMenuHandler.c.

◆ OnCommandIssued()

void SCR_FactionCommanderBaseMenuHandler::OnCommandIssued ( notnull Faction commanderFaction,
int playerId,
vector position,
IEntity hoveredEntity,
SCR_AIGroup group )
protected

◆ OnEntryHovered()

void SCR_FactionCommanderBaseMenuHandler::OnEntryHovered ( notnull Faction commanderFaction,
int playerId,
vector position,
IEntity hoveredEntity )
protected

◆ SetMenuEntry()

void SCR_FactionCommanderBaseMenuHandler::SetMenuEntry ( SCR_FactionCommanderMenuEntry menuEntry)
inlineprotected

Definition at line 7 of file SCR_FactionCommanderBaseMenuHandler.c.

Member Data Documentation

◆ m_MenuEntry

SCR_FactionCommanderMenuEntry SCR_FactionCommanderBaseMenuHandler::m_MenuEntry
protected

Definition at line 4 of file SCR_FactionCommanderBaseMenuHandler.c.


The documentation for this class was generated from the following file: