![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| bool | Execute (IEntity cursorTarget, IEntity target, vector targetPosition, int playerID, bool isClient) |
| 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 (notnull SCR_ChimeraCharacter user) |
| bool | CanBeExecuted (IEntity target) |
| void | SetCannotExecuteReason (LocalizedString newReason) |
| void | SetCannotPerformReason (LocalizedString newReason) |
| LocalizedString | GetCannotExecuteReason () |
| LocalizedString | GetCannotPerformReason () |
Protected Attributes | |
| string | m_sCommandName |
| string | m_sCommandDisplayName |
| ResourceName | m_sImageset |
| string | m_sIconName |
| SCR_ECharacterRank | m_eRequiredRank |
| LocalizedString | m_sCannotPerformReason |
| LocalizedString | m_sCannotExecuteReason |
Static Protected Attributes | |
| static const LocalizedString | CANNOT_PERFORM_RANK_TOO_LOW = "#AR-Commanding_CannotPefrorm_RankTooLow" |
| static const LocalizedString | CANNOT_EXECUTE_SOLDIER_NA = "#AR-Commanding_CannotExecute_SoldierNotAvailable" |
Definition at line 2 of file SCR_BaseRadialCommand.c.
Returns true if target of the command - typically cursortarget - can execute the command
| [in] | target | entity, that should execute the command |
Definition at line 136 of file SCR_BaseRadialCommand.c.
|
inlineprotected |
Returns true if user (player) of the command can issue the command
| [in] | user | - the commander's chimera character |
Definition at line 102 of file SCR_BaseRadialCommand.c.
|
inlineprotected |
Definition at line 85 of file SCR_BaseRadialCommand.c.
|
inlineprotected |
Definition at line 78 of file SCR_BaseRadialCommand.c.
|
inlineprotected |
Definition at line 71 of file SCR_BaseRadialCommand.c.
|
inlineprotected |
Definition at line 92 of file SCR_BaseRadialCommand.c.
|
inlineprotected |
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
Definition at line 30 of file SCR_BaseRadialCommand.c.
|
inlineprotected |
Definition at line 154 of file SCR_BaseRadialCommand.c.
|
inlineprotected |
Definition at line 160 of file SCR_BaseRadialCommand.c.
|
inlineprotected |
Definition at line 50 of file SCR_BaseRadialCommand.c.
|
inlineprotected |
Definition at line 64 of file SCR_BaseRadialCommand.c.
|
inlineprotected |
Definition at line 57 of file SCR_BaseRadialCommand.c.
|
inlineprotected |
Definition at line 43 of file SCR_BaseRadialCommand.c.
|
inlineprotected |
Definition at line 142 of file SCR_BaseRadialCommand.c.
|
inlineprotected |
Definition at line 148 of file SCR_BaseRadialCommand.c.
|
protected |
|
protected |
|
staticprotected |
Definition at line 23 of file SCR_BaseRadialCommand.c.
|
staticprotected |
Definition at line 22 of file SCR_BaseRadialCommand.c.
|
protected |
Definition at line 17 of file SCR_BaseRadialCommand.c.
|
protected |
Definition at line 20 of file SCR_BaseRadialCommand.c.
|
protected |
Definition at line 19 of file SCR_BaseRadialCommand.c.
|
protected |
Definition at line 8 of file SCR_BaseRadialCommand.c.
|
protected |
Definition at line 5 of file SCR_BaseRadialCommand.c.
|
protected |
Definition at line 14 of file SCR_BaseRadialCommand.c.
|
protected |
Definition at line 11 of file SCR_BaseRadialCommand.c.