Arma Reforger Script API
Loading...
Searching...
No Matches
SCR_CharacterEntityWaypointGroupCommand Interface Reference
Inheritance diagram for SCR_CharacterEntityWaypointGroupCommand:
SCR_WaypointGroupCommand SCR_BaseGroupCommand SCR_BaseRadialCommand

Public Member Functions

override bool Execute (IEntity cursorTarget, IEntity target, vector targetPosition, int playerID, bool isClient)
 method that will be executed when the command is selected in the menu This method is right now broadcaasted to all clients, so if the command is intended only for specific clients, it needs to be filtered inside

 
bool CreateCharacterEntityWP (IEntity cursorTarget, IEntity targetGroup, vector targetPosition, int playerID)
 
- Public Member Functions inherited from SCR_WaypointGroupCommand
bool SetWaypointForAIGroup (IEntity target, vector targetPosition, int playerID)
 
void SpawnWPVisualization (vector targetPosition, int playerID)
 
ResourceName GetWaypointPrefab ()
 
void SetWaypointPrefab (ResourceName wpPrefab)
 
bool GetOverridePreviousCommands ()
 
void SetOverridePreviousCommands (bool overridePrevious)
 
vector GetTargetPosition (int playerID, vector targetPosition)
 
void CheckPreviousWaypoints (SCR_AIGroup slaveGroup)
 
override bool CanBeShown ()
 
void SetCombatMode (IEntity target, EAIGroupCombatMode combatMode)
 
- Public Member Functions inherited from SCR_BaseGroupCommand
override bool CanRoleShow ()
 
string GetSoundEventName ()
 
float GetSoundEventSeed ()
 
bool CanShowPreview ()
 
bool ShouldPlayAIResponse ()
 
override bool CanShowOnMap ()
 
int GetCommandGestureID ()
 
SCR_ECommandVisualizationDuration GetVisualizationDuration ()
 
override bool CanBeShownInCurrentLifeState ()
 
override void VisualizeCommand (vector targetPosition)
 
override void VisualizeCommandPreview (vector targetPosition)
 
- Public Member Functions inherited from SCR_BaseRadialCommand
string GetIconName ()
 
string GetCommandDisplayName ()
 
ResourceName GetIconImageset ()
 
string GetCommandName ()
 
bool CanBePerformed (notnull SCR_ChimeraCharacter user)
 
LocalizedString GetCannotPerformReason ()
 

Additional Inherited Members

- Public Attributes inherited from SCR_WaypointGroupCommand
bool m_bSetCombatMode
 
- Protected Member Functions inherited from SCR_BaseRadialCommand
void SetCannotPerformReason (LocalizedString newReason)
 
- Protected Attributes inherited from SCR_WaypointGroupCommand
ResourceName m_sWaypointPrefab
 
bool m_bOverridePreviousCommands
 
bool m_bTargetSelf
 
bool m_bForceCommand
 
float m_fCompletionRadius
 
EAIGroupCombatMode m_eCombatMode
 
- Protected Attributes inherited from SCR_BaseGroupCommand
bool m_bShowToLeader
 
bool m_bShowToMember
 
bool m_bShowOnMap
 
bool m_bUsableWhileDead
 
bool m_bUsableWhileUncouscious
 
int m_iGestureID
 
string m_sSoundEventName
 
float m_fSoundEventSeed
 
bool m_bShowPreview
 
bool m_bPlayAIResponse
 
SCR_ECommandVisualizationDuration m_eVisualizationDuration
 
ResourceName m_sInfoDisplayConfig
 
Widget m_wVisualizationWidget
 
- Protected Attributes inherited from SCR_BaseRadialCommand
string m_sCommandName
 
string m_sCommandDisplayName
 
ResourceName m_sImageset
 
string m_sIconName
 
SCR_ECharacterRank m_eRequiredRank
 
LocalizedString m_sCannotPerformReason
 
- Static Protected Attributes inherited from SCR_BaseRadialCommand
static const LocalizedString CANNOT_PERFORM_RANK_TOO_LOW = "#AR-Commanding_CannotPefrorm_RankTooLow"
 

Member Function Documentation

◆ CreateCharacterEntityWP()

bool SCR_CharacterEntityWaypointGroupCommand.CreateCharacterEntityWP ( IEntity cursorTarget,
IEntity targetGroup,
vector targetPosition,
int playerID )

◆ Execute()

override bool SCR_CharacterEntityWaypointGroupCommand.Execute ( IEntity cursorTarget,
IEntity target,
vector targetPosition,
int playerID,
bool isClient )

method that will be executed when the command is selected in the menu This method is right now broadcaasted to all clients, so if the command is intended only for specific clients, it needs to be filtered inside

Implements SCR_WaypointGroupCommand.


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