Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_AISettingsComponent.c File Reference

Go to the source code of this file.

Classes

class  SCR_AISettingsComponentClass

Functions

SCR_AISettingsComponentClass ScriptComponentClass Attribute (defvalue:"1", uiwidget:UIWidgets.CheckBox, desc:"Enable debug visualization")] protected bool m_EnableVisualization
void InitVisualization ()
void UpdateDebug ()
override void OnPostInit (IEntity owner)
 Editable Mine.
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
string m_sDescriptionTitle
string m_sDescriptionText
SCR_AIDebugInfoComponent m_UIComponent

Function Documentation

◆ Attribute()

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

◆ InitVisualization()

void InitVisualization ( )
protected

Definition at line 61 of file SCR_AISettingsComponent.c.

◆ UpdateDebug()

void UpdateDebug ( )
protected

Definition at line 80 of file SCR_AISettingsComponent.c.

◆ ~SCR_AISettingsComponent()

void ~SCR_AISettingsComponent ( )
protected

Definition at line 101 of file SCR_AISettingsComponent.c.

Variable Documentation

◆ m_EnableAimError

bool m_EnableAimError

Definition at line 35 of file SCR_AISettingsComponent.c.

◆ m_EnableAttack

bool m_EnableAttack

Definition at line 23 of file SCR_AISettingsComponent.c.

◆ m_EnableCommunication

bool m_EnableCommunication

Definition at line 32 of file SCR_AISettingsComponent.c.

◆ m_EnableDangerEvents

bool m_EnableDangerEvents

Definition at line 17 of file SCR_AISettingsComponent.c.

◆ m_EnableLeaderStop

bool m_EnableLeaderStop

Definition at line 38 of file SCR_AISettingsComponent.c.

◆ m_EnableLooking

bool m_EnableLooking

Definition at line 29 of file SCR_AISettingsComponent.c.

◆ m_EnableMovement

bool m_EnableMovement

Definition at line 14 of file SCR_AISettingsComponent.c.

◆ m_EnablePerception

bool m_EnablePerception

Definition at line 20 of file SCR_AISettingsComponent.c.

◆ m_EnableTakeCover

bool m_EnableTakeCover

Definition at line 26 of file SCR_AISettingsComponent.c.

◆ m_sDescriptionText

string m_sDescriptionText
protected

Definition at line 44 of file SCR_AISettingsComponent.c.

◆ m_sDescriptionTitle

string m_sDescriptionTitle
protected

Definition at line 41 of file SCR_AISettingsComponent.c.

◆ m_UIComponent

SCR_AIDebugInfoComponent m_UIComponent
protected

Definition at line 49 of file SCR_AISettingsComponent.c.