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

Go to the source code of this file.

Data Structures

class  SCR_AISmartActionSentinelComponentClass
 

Functions

SCR_AISmartActionSentinelComponentClass SCR_AISmartActionComponentClass Attribute ("0 0 0", UIWidgets.EditBox, desc:"Position where AI will look from action offset (in local coords of the object entity)", params:"inf inf 0 purpose=coords space=entity")] protected vector m_vLookPosition
 
vector GetLookPosition ()
 
float GetLookDirectionRange ()
 
int GetDesiredStance ()
 
bool GetUseBinoculars ()
 
void SetUseBinoculars (bool useBinoculars)
 
ELeaningType GetLeaningType ()
 

Variables

SCR_AISmartActionSentinelComponentClass LEFT = -1
 
SCR_AISmartActionSentinelComponentClass NONE = 0
 
SCR_AISmartActionSentinelComponentClass RIGHT = 1
 
protected float m_fLookDirectionRange
 
protected int m_iCharacterStance
 
protected bool m_bUseBinoculars
 
protected ELeaningType m_eLeaningType
 

Function Documentation

◆ Attribute()

SCR_AISmartActionSentinelComponentClass SCR_AISmartActionComponentClass Attribute ( "0 0 0"  ,
UIWidgets.  EditBox,
desc:"Position where AI will look from action offset (in local coords of the object entity)"   
)

◆ GetDesiredStance()

int GetDesiredStance ( )
Returns

Definition at line 46 of file SCR_AISmartActionSentinelComponent.c.

◆ GetLeaningType()

ELeaningType GetLeaningType ( )
Returns

Definition at line 67 of file SCR_AISmartActionSentinelComponent.c.

◆ GetLookDirectionRange()

float GetLookDirectionRange ( )
Returns

Definition at line 39 of file SCR_AISmartActionSentinelComponent.c.

◆ GetLookPosition()

vector GetLookPosition ( )
Returns

Definition at line 32 of file SCR_AISmartActionSentinelComponent.c.

◆ GetUseBinoculars()

bool GetUseBinoculars ( )
Returns

Definition at line 53 of file SCR_AISmartActionSentinelComponent.c.

◆ SetUseBinoculars()

void SetUseBinoculars ( bool  useBinoculars)
Parameters
[in]useBinoculars

Definition at line 60 of file SCR_AISmartActionSentinelComponent.c.

Variable Documentation

◆ LEFT

LEFT = -1

Definition at line 777 of file SCR_ScriptedWidgetTooltip.c.

◆ m_bUseBinoculars

protected bool m_bUseBinoculars

Definition at line 25 of file SCR_AISmartActionSentinelComponent.c.

◆ m_eLeaningType

protected ELeaningType m_eLeaningType

Definition at line 28 of file SCR_AISmartActionSentinelComponent.c.

◆ m_fLookDirectionRange

protected float m_fLookDirectionRange

Definition at line 19 of file SCR_AISmartActionSentinelComponent.c.

◆ m_iCharacterStance

protected int m_iCharacterStance

Definition at line 22 of file SCR_AISmartActionSentinelComponent.c.

◆ NONE

◆ RIGHT

RIGHT = 1

Definition at line 779 of file SCR_ScriptedWidgetTooltip.c.