![]() |
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 | PerceptionComponentClass |
Functions | |
| PerceptionComponentClass AIComponentEntityClass | GetSimulateCounter () |
| proto external int | GetTargetsList (out notnull array< BaseTarget > outTargets, ETargetCategory category) |
| proto external int | GetTargetCount (ETargetCategory category) |
| proto external BaseTarget | GetLastSeenTarget (ETargetCategory category, float timeSinceSeenMax) |
| proto external BaseTarget | GetTargetPerceptionObject (IEntity entityToFind, ETargetCategory targetCategory) |
| proto external BaseTarget | FindTargetPerceptionObject (IEntity entityToFind) |
| Same as GetTargetPerceptionObject, but searches in all categories. More... | |
| 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. 1.0 is standard value. Bigger value means faster recognition. More... | |
| proto external float | GetUpdateInterval () |
| proto external IEntity | GetFriendlyInLineOfFire () |
| proto external void | SetFriendlyFireCheck (bool on) |