Arma Reforger Script API
Loading...
Searching...
No Matches
SCR_FactionCommanderDismantleCommandMenuHandler Interface Reference
Inheritance diagram for SCR_FactionCommanderDismantleCommandMenuHandler:
SCR_FactionCommanderConflictBaseMenuHandler SCR_FactionCommanderBaseTaskMenuHandler SCR_FactionCommanderBaseMenuHandler

Public Member Functions

override bool CanCreateObjectiveEntryBeShown (notnull Faction commanderFaction, int playerId, vector position, IEntity hoveredEntity)
 
override bool CanQuickEntryBeShown (notnull Faction commanderFaction, int playerId, vector position, IEntity hoveredEntity)
 
override bool CanEntryBeSelected (notnull Faction commanderFaction, int playerId, vector position, IEntity hoveredEntity, out string disabledText="")
 
override bool CanGroupEntryBeSelected (notnull Faction commanderFaction, int playerId, vector position, IEntity hoveredEntity, SCR_AIGroup group, out string disabledText="")
 
override void OnCommandIssued (notnull Faction commanderFaction, int playerId, vector position, IEntity hoveredEntity, SCR_AIGroup group)
 
- Public Member Functions inherited from SCR_FactionCommanderConflictBaseMenuHandler
bool CanCreateObjectiveEntryBeSelected (notnull Faction commanderFaction, int playerId, vector position, IEntity hoveredEntity, out string disabledText="")
 
override bool CanEntryBeShown (notnull Faction commanderFaction, int playerId, vector position, IEntity hoveredEntity)
 
- Public Member Functions inherited from SCR_FactionCommanderBaseTaskMenuHandler
TypeName GetTaskPrefabClassTypename ()
 
override bool CanGroupEntryBeShown (notnull Faction commanderFaction, int playerId, vector position, IEntity hoveredEntity, SCR_AIGroup group)
 
- Public Member Functions inherited from SCR_FactionCommanderBaseMenuHandler
void SetMenuEntry (SCR_FactionCommanderMenuEntry menuEntry)
 
SCR_FactionCommanderMenuEntry GetMenuEntry ()
 
void OnEntryHovered (notnull Faction commanderFaction, int playerId, vector position, IEntity hoveredEntity)
 

Protected Attributes

vector m_vPositionOffset
 
- Protected Attributes inherited from SCR_FactionCommanderConflictBaseMenuHandler
bool m_bIsObjectiveCreationEnabled
 
- Protected Attributes inherited from SCR_FactionCommanderBaseMenuHandler
SCR_FactionCommanderMenuEntry m_MenuEntry
 

Static Protected Attributes

const string HQ_CANNOT_BE_DISMANTLED = "#AR-FactionCommander_HQCannotBeDismantled"
 
const string BASE_CANNOT_BE_DISMANTLED = "#AR-FactionCommander_BaseCannotBeDismantled"
 
- Static Protected Attributes inherited from SCR_FactionCommanderConflictBaseMenuHandler
const string BASE_NOT_SELECTED_TEXT = "#AR-FactionCommander_NoBaseSelected"
 

Additional Inherited Members

- Protected Member Functions inherited from SCR_FactionCommanderConflictBaseMenuHandler
SCR_CampaignFactionCommanderPlayerComponent GetLocalCampaignCommanderComponent ()
 
SCR_CampaignMilitaryBaseComponent GetHoveredBase ()
 
SCR_Task GetTaskOnBase (SCR_CampaignMilitaryBaseComponent targetBase, Faction targetFaction, TypeName taskClass)
 
SCR_Task GetTask (IEntity hoveredEntity, notnull Faction faction, TypeName taskClass)
 
SCR_Task GetTaskOnHoveredBase (notnull Faction faction, TypeName taskClass)
 
bool CanCampaignGroupEntryBeSelected (notnull Faction faction, IEntity hoveredEntity, notnull SCR_AIGroup group, TypeName taskClass)
 
- Protected Member Functions inherited from SCR_FactionCommanderBaseTaskMenuHandler
ResourceName GetTaskPrefab ()
 
bool IsTaskValid (IEntity hoveredEntity)
 
- Protected Member Functions inherited from SCR_FactionCommanderBaseMenuHandler
SCR_FactionCommanderPlayerComponent GetLocalCommanderComponent ()
 

Member Function Documentation

◆ CanCreateObjectiveEntryBeShown()

override bool SCR_FactionCommanderDismantleCommandMenuHandler.CanCreateObjectiveEntryBeShown ( notnull Faction commanderFaction,
int playerId,
vector position,
IEntity hoveredEntity )

◆ CanEntryBeSelected()

override bool SCR_FactionCommanderDismantleCommandMenuHandler.CanEntryBeSelected ( notnull Faction commanderFaction,
int playerId,
vector position,
IEntity hoveredEntity,
out string disabledText = "" )

◆ CanGroupEntryBeSelected()

override bool SCR_FactionCommanderDismantleCommandMenuHandler.CanGroupEntryBeSelected ( notnull Faction commanderFaction,
int playerId,
vector position,
IEntity hoveredEntity,
SCR_AIGroup group,
out string disabledText = "" )

◆ CanQuickEntryBeShown()

override bool SCR_FactionCommanderDismantleCommandMenuHandler.CanQuickEntryBeShown ( notnull Faction commanderFaction,
int playerId,
vector position,
IEntity hoveredEntity )

◆ OnCommandIssued()

override void SCR_FactionCommanderDismantleCommandMenuHandler.OnCommandIssued ( notnull Faction commanderFaction,
int playerId,
vector position,
IEntity hoveredEntity,
SCR_AIGroup group )

Member Data Documentation

◆ BASE_CANNOT_BE_DISMANTLED

const string SCR_FactionCommanderDismantleCommandMenuHandler.BASE_CANNOT_BE_DISMANTLED = "#AR-FactionCommander_BaseCannotBeDismantled"
staticprotected

◆ HQ_CANNOT_BE_DISMANTLED

const string SCR_FactionCommanderDismantleCommandMenuHandler.HQ_CANNOT_BE_DISMANTLED = "#AR-FactionCommander_HQCannotBeDismantled"
staticprotected

◆ m_vPositionOffset

vector SCR_FactionCommanderDismantleCommandMenuHandler.m_vPositionOffset
protected

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