![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Enumerations | |
| enum | EAITargetInfoCategory { UNKNOWN , DESTROYED , DISARMED , LOST , DETECTED , IDENTIFIED } |
Functions | |
| void | Init (IEntity entity=null, PerceivableComponent perceivable=null, vector worldPos=vector.Zero, float timestamp=0.0, EAITargetInfoCategory category=0, bool endangering=false, Faction faction=null) |
| void | InitFromBaseTarget (BaseTarget tgt) |
| void | InitFromGunshot (IEntity entity, PerceivableComponent perceivable, vector posWorld, Faction faction, float timestamp, bool endangering) |
| void | UpdateFromBaseTarget (BaseTarget baseTarget) |
| void | UpdateFromGunshot (vector worldPos, float timestamp, bool endangering) |
| void | CopyFrom (SCR_AITargetInfo other) |
| Enumerator | |
|---|---|
| UNKNOWN | |
| DESTROYED | engine is destroyed |
| DISARMED | |
| LOST | |
| DETECTED | |
| IDENTIFIED | |
Definition at line 1 of file SCR_AITargetInfo.c.
| void CopyFrom | ( | SCR_AITargetInfo | other | ) |
Definition at line 141 of file SCR_AITargetInfo.c.
| void Init | ( | IEntity | entity = null, |
| PerceivableComponent | perceivable = null, | ||
| vector | worldPos = vector.Zero, | ||
| float | timestamp = 0.0, | ||
| EAITargetInfoCategory | category = 0, | ||
| bool | endangering = false, | ||
| Faction | faction = null ) |
Definition at line 28 of file SCR_AITargetInfo.c.
| void InitFromBaseTarget | ( | BaseTarget | tgt | ) |
Definition at line 77 of file SCR_AITargetInfo.c.
| void InitFromGunshot | ( | IEntity | entity, |
| PerceivableComponent | perceivable, | ||
| vector | posWorld, | ||
| Faction | faction, | ||
| float | timestamp, | ||
| bool | endangering ) |
Definition at line 100 of file SCR_AITargetInfo.c.
| void UpdateFromBaseTarget | ( | BaseTarget | baseTarget | ) |
Definition at line 106 of file SCR_AITargetInfo.c.
Definition at line 129 of file SCR_AITargetInfo.c.
| bool m_bEndangering |
Definition at line 23 of file SCR_AITargetInfo.c.
| DamageManagerComponent m_DamageManager |
Definition at line 19 of file SCR_AITargetInfo.c.
| EAITargetInfoCategory m_eCategory |
Definition at line 25 of file SCR_AITargetInfo.c.
| enum EAITargetInfoCategory m_Entity |
| Faction m_Faction |
Definition at line 18 of file SCR_AITargetInfo.c.
| float m_fTimestamp |
Definition at line 22 of file SCR_AITargetInfo.c.
| PerceivableComponent m_Perceivable |
Definition at line 20 of file SCR_AITargetInfo.c.
| vector m_vWorldPos |
Definition at line 21 of file SCR_AITargetInfo.c.