Arma Reforger Script API
|
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 | |
override bool | CanBeShown () |
![]() | |
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) |
void | SetCombatMode (IEntity target, EAIGroupCombatMode combatMode) |
![]() | |
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) |
![]() | |
string | GetIconName () |
string | GetCommandDisplayName () |
ResourceName | GetIconImageset () |
string | GetCommandName () |
bool | CanBePerformed (notnull SCR_ChimeraCharacter user) |
LocalizedString | GetCannotPerformReason () |
override bool SCR_GetINtoSelectedVehicleGroupCommand.CanBeShown | ( | ) |
Implements SCR_WaypointGroupCommand.
override bool SCR_GetINtoSelectedVehicleGroupCommand.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.