![]() |
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_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 |
| 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)" | |||
| ) |
| int GetDesiredStance | ( | ) |
Definition at line 46 of file SCR_AISmartActionSentinelComponent.c.
| ELeaningType GetLeaningType | ( | ) |
Definition at line 67 of file SCR_AISmartActionSentinelComponent.c.
| float GetLookDirectionRange | ( | ) |
Definition at line 39 of file SCR_AISmartActionSentinelComponent.c.
| vector GetLookPosition | ( | ) |
Definition at line 32 of file SCR_AISmartActionSentinelComponent.c.
| bool GetUseBinoculars | ( | ) |
Definition at line 53 of file SCR_AISmartActionSentinelComponent.c.
| void SetUseBinoculars | ( | bool | useBinoculars | ) |
| [in] | useBinoculars |
Definition at line 60 of file SCR_AISmartActionSentinelComponent.c.
| LEFT = -1 |
Definition at line 777 of file SCR_ScriptedWidgetTooltip.c.
| protected bool m_bUseBinoculars |
Definition at line 25 of file SCR_AISmartActionSentinelComponent.c.
| protected ELeaningType m_eLeaningType |
Definition at line 28 of file SCR_AISmartActionSentinelComponent.c.
| protected float m_fLookDirectionRange |
Definition at line 19 of file SCR_AISmartActionSentinelComponent.c.
| protected int m_iCharacterStance |
Definition at line 22 of file SCR_AISmartActionSentinelComponent.c.
| RIGHT = 1 |
Definition at line 779 of file SCR_ScriptedWidgetTooltip.c.