|
Arma Reforger Script API
|
Public Member Functions | |
| override bool | CanEntryBeShown (notnull Faction commanderFaction, int playerId, vector position, IEntity hoveredEntity) |
| bool | CanRequestEntryBeShown (notnull Faction commanderFaction, int playerId, vector position, IEntity hoveredEntity) |
| override bool | CanQuickEntryBeShown (notnull Faction commanderFaction, int playerId, vector position, IEntity hoveredEntity) |
| bool | CanRequestEntryBeSelected (notnull Faction commanderFaction, int playerId, vector position, IEntity hoveredEntity, out string disabledText="") |
| override bool | CanGroupEntryBeShown (notnull Faction commanderFaction, int playerId, vector position, IEntity hoveredEntity, SCR_AIGroup group) |
| 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_FactionCommanderBaseTaskMenuHandler | |
| TypeName | GetTaskPrefabClassTypename () |
Public Member Functions inherited from SCR_FactionCommanderBaseMenuHandler | |
| void | SetMenuEntry (SCR_FactionCommanderMenuEntry menuEntry) |
| SCR_FactionCommanderMenuEntry | GetMenuEntry () |
| bool | CanEntryBeSelected (notnull Faction commanderFaction, int playerId, vector position, IEntity hoveredEntity, out string disabledText="") |
| void | OnEntryHovered (notnull Faction commanderFaction, int playerId, vector position, IEntity hoveredEntity) |
Protected Member Functions | |
| int | GetActiveGroupRequestCount (Faction commanderFaction, int playerId) |
Protected Member Functions inherited from SCR_FactionCommanderBaseTaskMenuHandler | |
| ResourceName | GetTaskPrefab () |
| bool | IsTaskValid (IEntity hoveredEntity) |
Protected Member Functions inherited from SCR_FactionCommanderBaseMenuHandler | |
| SCR_FactionCommanderPlayerComponent | GetLocalCommanderComponent () |
Protected Attributes | |
| bool | m_bCanBeGroupAssignedByCommander |
Protected Attributes inherited from SCR_FactionCommanderBaseMenuHandler | |
| SCR_FactionCommanderMenuEntry | m_MenuEntry |
Static Protected Attributes | |
| const string | LIMIT_REQUEST_REACHED_TEXT = "#AR-FactionCommander_LimitRequestReached" |
| override bool SCR_FactionCommanderBaseRequestMenuHandler.CanEntryBeShown | ( | notnull Faction | commanderFaction, |
| int | playerId, | ||
| vector | position, | ||
| IEntity | hoveredEntity ) |
Implements SCR_FactionCommanderBaseTaskMenuHandler.
Implemented in SCR_FactionCommanderEstablishBaseRequestMenuHandler.
| override bool SCR_FactionCommanderBaseRequestMenuHandler.CanGroupEntryBeSelected | ( | notnull Faction | commanderFaction, |
| int | playerId, | ||
| vector | position, | ||
| IEntity | hoveredEntity, | ||
| SCR_AIGroup | group, | ||
| out string | disabledText = "" ) |
Implements SCR_FactionCommanderBaseMenuHandler.
Implemented in SCR_FactionCommanderEstablishBaseRequestMenuHandler.
| override bool SCR_FactionCommanderBaseRequestMenuHandler.CanGroupEntryBeShown | ( | notnull Faction | commanderFaction, |
| int | playerId, | ||
| vector | position, | ||
| IEntity | hoveredEntity, | ||
| SCR_AIGroup | group ) |
Implements SCR_FactionCommanderBaseTaskMenuHandler.
| override bool SCR_FactionCommanderBaseRequestMenuHandler.CanQuickEntryBeShown | ( | notnull Faction | commanderFaction, |
| int | playerId, | ||
| vector | position, | ||
| IEntity | hoveredEntity ) |
Implements SCR_FactionCommanderBaseMenuHandler.
Implemented in SCR_FactionCommanderEstablishBaseRequestMenuHandler.
| bool SCR_FactionCommanderBaseRequestMenuHandler.CanRequestEntryBeSelected | ( | notnull Faction | commanderFaction, |
| int | playerId, | ||
| vector | position, | ||
| IEntity | hoveredEntity, | ||
| out string | disabledText = "" ) |
| bool SCR_FactionCommanderBaseRequestMenuHandler.CanRequestEntryBeShown | ( | notnull Faction | commanderFaction, |
| int | playerId, | ||
| vector | position, | ||
| IEntity | hoveredEntity ) |
|
protected |
| override void SCR_FactionCommanderBaseRequestMenuHandler.OnCommandIssued | ( | notnull Faction | commanderFaction, |
| int | playerId, | ||
| vector | position, | ||
| IEntity | hoveredEntity, | ||
| SCR_AIGroup | group ) |
Implements SCR_FactionCommanderBaseMenuHandler.
Implemented in SCR_FactionCommanderEstablishBaseRequestMenuHandler.
|
staticprotected |
|
protected |