![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| void | SCR_AIAgentDebugPanel (AIAgent agent, IEntity entity) |
| bool | Update (float timeSlice) |
| string | GetActionString (AIActionBase action, int actionId) |
| void | ShowPerceptionEnemies (IEntity myEntity, PerceptionComponent perception, SCR_AICombatComponent combatComponent) |
| Lists enemies from perception component. | |
| void | ShowPerceivableComponent (PerceivableComponent p) |
| void | ShowCombatMoveState (SCR_AICombatMoveState s) |
| void | ShowGroupUsableVehicles (SCR_AIGroupUtilityComponent utility) |
| void | ShowSettingsComponent (SCR_AISettingsBaseComponent settingsBaseComp) |
| void | ShowSettings (notnull array< SCR_AISettingBase > settings) |
| string | GetAgentDebugName () |
| Returns agent name based on faction and callsign. | |
Static Protected Member Functions | |
| static string | EnumFlagsToString (typename t, int value) |
| Formats enum flags to string. | |
| static string | GetEntityShortName (IEntity entity) |
| static string | GetEntityShortNameWithPrefabName (IEntity entity) |
| static string | GetFactionKey (Faction f) |
Protected Attributes | |
| bool | m_bRequestClose = false |
| string | m_sWindowTitle |
| bool | m_bShowPerception |
Class which represents debug panel which can be shown for each AI unit or group.
Definition at line 4 of file SCR_AIAgentDebugPanel.c.
|
inlineprotected |
Definition at line 16 of file SCR_AIAgentDebugPanel.c.
Formats enum flags to string.
Definition at line 649 of file SCR_AIAgentDebugPanel.c.
|
inlineprotected |
Definition at line 307 of file SCR_AIAgentDebugPanel.c.
|
inlineprotected |
Returns agent name based on faction and callsign.
Definition at line 604 of file SCR_AIAgentDebugPanel.c.
Definition at line 663 of file SCR_AIAgentDebugPanel.c.
|
inlinestaticprotected |
Definition at line 673 of file SCR_AIAgentDebugPanel.c.
Definition at line 685 of file SCR_AIAgentDebugPanel.c.
|
inlineprotected |
Definition at line 530 of file SCR_AIAgentDebugPanel.c.
|
inlineprotected |
Definition at line 563 of file SCR_AIAgentDebugPanel.c.
|
inlineprotected |
Definition at line 478 of file SCR_AIAgentDebugPanel.c.
|
inlineprotected |
Lists enemies from perception component.
Definition at line 323 of file SCR_AIAgentDebugPanel.c.
|
inlineprotected |
Definition at line 588 of file SCR_AIAgentDebugPanel.c.
|
inlineprotected |
Definition at line 578 of file SCR_AIAgentDebugPanel.c.
Definition at line 23 of file SCR_AIAgentDebugPanel.c.
|
protected |
Definition at line 9 of file SCR_AIAgentDebugPanel.c.
|
protected |
Definition at line 13 of file SCR_AIAgentDebugPanel.c.
|
protected |
Definition at line 11 of file SCR_AIAgentDebugPanel.c.