Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_AISettingsComponent.c File Reference

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
 

Function Documentation

◆ Attribute()

SCR_AISettingsComponentClass ScriptComponentClass Attribute ( defvalue:"1"  ,
uiwidget:UIWidgets.  CheckBox,
desc:"Enable debug visualization"   
)

◆ InitVisualization()

void InitVisualization ( )

Definition at line 60 of file SCR_AISettingsComponent.c.

◆ UpdateDebug()

protected void UpdateDebug ( )

Definition at line 79 of file SCR_AISettingsComponent.c.

◆ ~SCR_AISettingsComponent()

void ~SCR_AISettingsComponent ( )

Definition at line 100 of file SCR_AISettingsComponent.c.

Variable Documentation

◆ m_EnableAimError

bool m_EnableAimError

Definition at line 34 of file SCR_AISettingsComponent.c.

◆ m_EnableAttack

bool m_EnableAttack

Definition at line 22 of file SCR_AISettingsComponent.c.

◆ m_EnableCommunication

bool m_EnableCommunication

Definition at line 31 of file SCR_AISettingsComponent.c.

◆ m_EnableDangerEvents

bool m_EnableDangerEvents

Definition at line 16 of file SCR_AISettingsComponent.c.

◆ m_EnableLeaderStop

bool m_EnableLeaderStop

Definition at line 37 of file SCR_AISettingsComponent.c.

◆ m_EnableLooking

bool m_EnableLooking

Definition at line 28 of file SCR_AISettingsComponent.c.

◆ m_EnableMovement

bool m_EnableMovement

Definition at line 13 of file SCR_AISettingsComponent.c.

◆ m_EnablePerception

bool m_EnablePerception

Definition at line 19 of file SCR_AISettingsComponent.c.

◆ m_EnableTakeCover

bool m_EnableTakeCover

Definition at line 25 of file SCR_AISettingsComponent.c.

◆ m_sDescriptionText

protected string m_sDescriptionText

Definition at line 43 of file SCR_AISettingsComponent.c.

◆ m_sDescriptionTitle

protected string m_sDescriptionTitle

Definition at line 40 of file SCR_AISettingsComponent.c.

◆ m_UIComponent

protected SCR_AIDebugInfoComponent m_UIComponent

Definition at line 48 of file SCR_AISettingsComponent.c.

◆ m_wHint

private Widget m_wHint

Definition at line 45 of file SCR_AISettingsComponent.c.

◆ m_wOverlay

private Widget m_wOverlay

Definition at line 46 of file SCR_AISettingsComponent.c.