Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
PerceptionComponent.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
15
16class PerceptionComponent: AIComponentEntity
17{
18 proto external int GetSimulateCounter();
19 proto external int GetTargetsList(out notnull array<BaseTarget> outTargets, ETargetCategory category);
27 proto external BaseTarget GetLastSeenTarget(ETargetCategory category, float timeSinceSeenMax);
28 proto external BaseTarget GetTargetPerceptionObject(IEntity entityToFind, ETargetCategory targetCategory);
30 proto external BaseTarget FindTargetPerceptionObject(IEntity entityToFind);
31 proto external BaseTarget GetClosestTarget(ETargetCategory category, float timeSinceSeenMax, float timeSinceDetectedMax);
33 proto external void SetPerceptionFactor(float value);
34 // Returns the desired update interval of Perception Component, as configured in PerceptionSystem. It depends on LOD level.
35 proto external float GetUpdateInterval();
37 proto external void SetFriendlyFireCheck(bool on);
38}
39
AIChimeraBehaviorTreeComponentClass AIBehaviorTreeComponentClass GetSimulateCounter()
proto external IEntity GetFriendlyInLineOfFire()
proto external int GetTargetCount(ETargetCategory category)
proto external int GetTargetsList(out notnull array< BaseTarget > outTargets, ETargetCategory category)
proto external float GetUpdateInterval()
proto external BaseTarget GetTargetPerceptionObject(IEntity entityToFind, ETargetCategory targetCategory)
proto external void SetFriendlyFireCheck(bool on)
proto external BaseTarget GetClosestTarget(ETargetCategory category, float timeSinceSeenMax, float timeSinceDetectedMax)
proto external void SetPerceptionFactor(float value)
Sets perception factor - how good this AI can recognize enemy, independent of enemy state....
proto external BaseTarget FindTargetPerceptionObject(IEntity entityToFind)
Same as GetTargetPerceptionObject, but searches in all categories.
proto external BaseTarget GetLastSeenTarget(ETargetCategory category, float timeSinceSeenMax)
ETargetCategory