|
Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the documentation of this file.
16 class PerceptionComponent: AIComponentEntity
proto external int GetTargetCount(ETargetCategory category)
proto external BaseTarget GetClosestTarget(ETargetCategory category, float timeSinceSeenMax, float timeSinceDetectedMax)
proto external float GetUpdateInterval()
proto external IEntity GetFriendlyInLineOfFire()
PerceptionComponentClass AIComponentEntityClass GetSimulateCounter()
proto external BaseTarget FindTargetPerceptionObject(IEntity entityToFind)
Same as GetTargetPerceptionObject, but searches in all categories.
proto external void SetPerceptionFactor(float value)
Sets perception factor - how good this AI can recognize enemy, independent of enemy state....
proto external BaseTarget GetTargetPerceptionObject(IEntity entityToFind, ETargetCategory targetCategory)
proto external int GetTargetsList(out notnull array< BaseTarget > outTargets, ETargetCategory category)
proto external void SetFriendlyFireCheck(bool on)
proto external BaseTarget GetLastSeenTarget(ETargetCategory category, float timeSinceSeenMax)