|
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 | CanBePerformed () |
|
bool | StartLoiter () |
|
Public Member Functions inherited from SCR_BaseRadialCommand |
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
|
|
void | VisualizeCommand (vector targetPosition) |
|
void | VisualizeCommandPreview (vector targetPosition) |
|
string | GetIconName () |
|
string | GetCommandDisplayName () |
|
ResourceName | GetIconImageset () |
|
string | GetCommandName () |
|
bool | CanRoleShow () |
|
bool | CanBeShownInCurrentLifeState () |
|
bool | CanBeShown () |
|
bool | CanShowOnMap () |
|
bool | CanBePerformed () |
|
◆ CanBePerformed()
override bool SCR_ContinuousLoiterCommand.CanBePerformed |
( |
| ) |
|
◆ Execute()
override bool SCR_ContinuousLoiterCommand.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_BaseRadialCommand.
◆ StartLoiter()
bool SCR_ContinuousLoiterCommand.StartLoiter |
( |
| ) |
|
◆ m_aAllowedStances
◆ m_bUnequipItems
bool SCR_ContinuousLoiterCommand.m_bUnequipItems |
|
protected |
◆ m_eLoiterType
ELoiteringType SCR_ContinuousLoiterCommand.m_eLoiterType |
|
protected |
◆ m_pScrInputContext
◆ m_sHint
ResourceName SCR_ContinuousLoiterCommand.m_sHint = "{3D2B20A0A9C3248A}Configs/Hints/GeneralHints.conf" |
|
protected |
The documentation for this interface was generated from the following file:
- Game/Commanding/Commands/SCR_BaseContinuousEmoteCommand.c