Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Data Structures | |
class | SCR_AISettingsComponentClass |
Functions | |
SCR_AISettingsComponentClass ScriptComponentClass | Attribute (defvalue:"1", uiwidget:UIWidgets.CheckBox, desc:"Enable debug visualization")] protected bool m_EnableVisualization |
void | InitVisualization () |
protected void | UpdateDebug () |
override void | OnPostInit (IEntity owner) |
Called on PostInit when all components are added. More... | |
void | ~SCR_AISettingsComponent () |
Variables | |
bool | m_EnableMovement |
bool | m_EnableDangerEvents |
bool | m_EnablePerception |
bool | m_EnableAttack |
bool | m_EnableTakeCover |
bool | m_EnableLooking |
bool | m_EnableCommunication |
bool | m_EnableAimError |
bool | m_EnableLeaderStop |
protected string | m_sDescriptionTitle |
protected string | m_sDescriptionText |
private Widget | m_wHint |
private Widget | m_wOverlay |
protected SCR_AIDebugInfoComponent | m_UIComponent |
SCR_AISettingsComponentClass ScriptComponentClass Attribute | ( | defvalue:"1" | , |
uiwidget:UIWidgets. | CheckBox, | ||
desc:"Enable debug visualization" | |||
) |
void InitVisualization | ( | ) |
Definition at line 60 of file SCR_AISettingsComponent.c.
protected void UpdateDebug | ( | ) |
Definition at line 79 of file SCR_AISettingsComponent.c.
void ~SCR_AISettingsComponent | ( | ) |
Definition at line 100 of file SCR_AISettingsComponent.c.
bool m_EnableAimError |
Definition at line 34 of file SCR_AISettingsComponent.c.
bool m_EnableAttack |
Definition at line 22 of file SCR_AISettingsComponent.c.
bool m_EnableCommunication |
Definition at line 31 of file SCR_AISettingsComponent.c.
bool m_EnableDangerEvents |
Definition at line 16 of file SCR_AISettingsComponent.c.
bool m_EnableLeaderStop |
Definition at line 37 of file SCR_AISettingsComponent.c.
bool m_EnableLooking |
Definition at line 28 of file SCR_AISettingsComponent.c.
bool m_EnableMovement |
Definition at line 13 of file SCR_AISettingsComponent.c.
bool m_EnablePerception |
Definition at line 19 of file SCR_AISettingsComponent.c.
bool m_EnableTakeCover |
Definition at line 25 of file SCR_AISettingsComponent.c.
protected string m_sDescriptionText |
Definition at line 43 of file SCR_AISettingsComponent.c.
protected string m_sDescriptionTitle |
Definition at line 40 of file SCR_AISettingsComponent.c.
protected SCR_AIDebugInfoComponent m_UIComponent |
Definition at line 48 of file SCR_AISettingsComponent.c.
private Widget m_wHint |
Definition at line 45 of file SCR_AISettingsComponent.c.
private Widget m_wOverlay |
Definition at line 46 of file SCR_AISettingsComponent.c.