Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_SetRallyPointCommand Class Reference
Inheritance diagram for SCR_SetRallyPointCommand:
SCR_BaseRadialCommand

Protected Member Functions

override bool CanRoleShow ()
override bool CanBeShown ()
override bool CanShowOnMap ()
void OnMapOpen (MapConfiguration config)
void OnMapClose (MapConfiguration config)
void OnRadialMenuInit ()
void OnRadialMenuEntryAdded (SCR_SelectionMenu menu, SCR_SelectionMenuEntry entry)
void OnMapRadialMenuOpen ()
void OnBaseHovered (SCR_CampaignMilitaryBaseComponent base)
SCR_SelectionMenuEntry FindCommandEntry (SCR_RadialMenu mapRadialMenu)
SCR_SelectionMenuEntry FindCommandEntryInCategory (SCR_SelectionMenuCategoryEntry category)
bool SetRadialMenuEntryEnabled ()
override bool CanBePerformed (notnull SCR_ChimeraCharacter user)
override bool Execute (IEntity cursorTarget, IEntity target, vector targetPosition, int playerID, bool isClient)
void SCR_SetRallyPointCommand ()
 constructor
void ~SCR_SetRallyPointCommand ()
 destructor

Protected Attributes

string m_sAssignRallyPointCommandString
string m_sUnassignRallyPointCommandString
string m_sNoBaseSelectedString
SCR_CampaignMilitaryBaseComponent m_HoveredBase
SCR_CampaignMilitaryBaseComponent m_CurrentHoveredBase
ref SCR_SelectionMenuEntry m_RadialMenuEntry
SCR_PlayerControllerGroupComponent m_PlayerControllerGroupComponent
MapConfiguration m_MapConfig
bool m_bAssign

Detailed Description

Definition at line 2 of file SCR_SetRallyPointCommand.c.

Constructor & Destructor Documentation

◆ SCR_SetRallyPointCommand()

void SCR_SetRallyPointCommand::SCR_SetRallyPointCommand ( )
inlineprotected

constructor

Definition at line 307 of file SCR_SetRallyPointCommand.c.

◆ ~SCR_SetRallyPointCommand()

void SCR_SetRallyPointCommand::~SCR_SetRallyPointCommand ( )
inlineprotected

destructor

Definition at line 315 of file SCR_SetRallyPointCommand.c.

Member Function Documentation

◆ CanBePerformed()

override bool SCR_SetRallyPointCommand::CanBePerformed ( notnull SCR_ChimeraCharacter user)
inlineprotected

Definition at line 271 of file SCR_SetRallyPointCommand.c.

◆ CanBeShown()

override bool SCR_SetRallyPointCommand::CanBeShown ( )
inlineprotected

Definition at line 32 of file SCR_SetRallyPointCommand.c.

◆ CanRoleShow()

override bool SCR_SetRallyPointCommand::CanRoleShow ( )
inlineprotected

Definition at line 22 of file SCR_SetRallyPointCommand.c.

◆ CanShowOnMap()

override bool SCR_SetRallyPointCommand::CanShowOnMap ( )
inlineprotected

Definition at line 38 of file SCR_SetRallyPointCommand.c.

◆ Execute()

override bool SCR_SetRallyPointCommand::Execute ( IEntity cursorTarget,
IEntity target,
vector targetPosition,
int playerID,
bool isClient )
inlineprotected

Definition at line 280 of file SCR_SetRallyPointCommand.c.

◆ FindCommandEntry()

SCR_SelectionMenuEntry SCR_SetRallyPointCommand::FindCommandEntry ( SCR_RadialMenu mapRadialMenu)
inlineprotected

Definition at line 145 of file SCR_SetRallyPointCommand.c.

◆ FindCommandEntryInCategory()

SCR_SelectionMenuEntry SCR_SetRallyPointCommand::FindCommandEntryInCategory ( SCR_SelectionMenuCategoryEntry category)
inlineprotected

Definition at line 175 of file SCR_SetRallyPointCommand.c.

◆ OnBaseHovered()

void SCR_SetRallyPointCommand::OnBaseHovered ( SCR_CampaignMilitaryBaseComponent base)
inlineprotected

Definition at line 139 of file SCR_SetRallyPointCommand.c.

◆ OnMapClose()

void SCR_SetRallyPointCommand::OnMapClose ( MapConfiguration config)
inlineprotected

Definition at line 73 of file SCR_SetRallyPointCommand.c.

◆ OnMapOpen()

void SCR_SetRallyPointCommand::OnMapOpen ( MapConfiguration config)
inlineprotected

Definition at line 57 of file SCR_SetRallyPointCommand.c.

◆ OnMapRadialMenuOpen()

void SCR_SetRallyPointCommand::OnMapRadialMenuOpen ( )
inlineprotected

Definition at line 128 of file SCR_SetRallyPointCommand.c.

◆ OnRadialMenuEntryAdded()

void SCR_SetRallyPointCommand::OnRadialMenuEntryAdded ( SCR_SelectionMenu menu,
SCR_SelectionMenuEntry entry )
inlineprotected

Definition at line 113 of file SCR_SetRallyPointCommand.c.

◆ OnRadialMenuInit()

void SCR_SetRallyPointCommand::OnRadialMenuInit ( )
inlineprotected

Definition at line 98 of file SCR_SetRallyPointCommand.c.

◆ SetRadialMenuEntryEnabled()

bool SCR_SetRallyPointCommand::SetRadialMenuEntryEnabled ( )
inlineprotected

Definition at line 209 of file SCR_SetRallyPointCommand.c.

Member Data Documentation

◆ m_bAssign

bool SCR_SetRallyPointCommand::m_bAssign
protected

Definition at line 19 of file SCR_SetRallyPointCommand.c.

◆ m_CurrentHoveredBase

SCR_CampaignMilitaryBaseComponent SCR_SetRallyPointCommand::m_CurrentHoveredBase
protected

Definition at line 14 of file SCR_SetRallyPointCommand.c.

◆ m_HoveredBase

SCR_CampaignMilitaryBaseComponent SCR_SetRallyPointCommand::m_HoveredBase
protected

Definition at line 13 of file SCR_SetRallyPointCommand.c.

◆ m_MapConfig

MapConfiguration SCR_SetRallyPointCommand::m_MapConfig
protected

Definition at line 17 of file SCR_SetRallyPointCommand.c.

◆ m_PlayerControllerGroupComponent

SCR_PlayerControllerGroupComponent SCR_SetRallyPointCommand::m_PlayerControllerGroupComponent
protected

Definition at line 16 of file SCR_SetRallyPointCommand.c.

◆ m_RadialMenuEntry

ref SCR_SelectionMenuEntry SCR_SetRallyPointCommand::m_RadialMenuEntry
protected

Definition at line 15 of file SCR_SetRallyPointCommand.c.

◆ m_sAssignRallyPointCommandString

string SCR_SetRallyPointCommand::m_sAssignRallyPointCommandString
protected

Definition at line 5 of file SCR_SetRallyPointCommand.c.

◆ m_sNoBaseSelectedString

string SCR_SetRallyPointCommand::m_sNoBaseSelectedString
protected

Definition at line 11 of file SCR_SetRallyPointCommand.c.

◆ m_sUnassignRallyPointCommandString

string SCR_SetRallyPointCommand::m_sUnassignRallyPointCommandString
protected

Definition at line 8 of file SCR_SetRallyPointCommand.c.


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