![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Classes | |
| class | BaseSensor |
| class | BaseTarget |
| class | CharacterPerceivableComponent |
| class | CharacterPerceivableComponentClass |
| class | PerceivableComponent |
| class | PerceivableComponentClass |
| class | PerceptionManagerClass |
| class | VehiclePerceivableComponentClass |
Enumerations | |
| enum | ETargetCategory { UNKNOWN , DETECTED , FRIENDLY , ENEMY , FACTIONLESS , STATIC , COUNT , UNKNOWN , DETECTED , FRIENDLY , ENEMY , FACTIONLESS , STATIC , COUNT } |
| enum | ETargetCategory { UNKNOWN , DETECTED , FRIENDLY , ENEMY , FACTIONLESS , STATIC , COUNT , UNKNOWN , DETECTED , FRIENDLY , ENEMY , FACTIONLESS , STATIC , COUNT } |
Functions | |
| PerceptionManagerClass GenericEntityClass | GetTime () |
| proto void | GetAmbientLV (out float outDirectLV, out float outAmbientLV, out float outTotalAmbientLv) |
| proto external void | RequestUpdateAllTargetsFactions () |
| enum ETargetCategory |
| Enumerator | |
|---|---|
| UNKNOWN | |
| DETECTED | |
| FRIENDLY | |
| ENEMY | |
| FACTIONLESS | |
| STATIC | |
| COUNT | |
| UNKNOWN | |
| DETECTED | |
| FRIENDLY | |
| ENEMY | |
| FACTIONLESS | |
| STATIC | |
| COUNT | |
Definition at line 12 of file ETargetCategory.c.
| enum ETargetCategory |
| Enumerator | |
|---|---|
| UNKNOWN | |
| DETECTED | |
| FRIENDLY | |
| ENEMY | |
| FACTIONLESS | |
| STATIC | |
| COUNT | |
| UNKNOWN | |
| DETECTED | |
| FRIENDLY | |
| ENEMY | |
| FACTIONLESS | |
| STATIC | |
| COUNT | |
Definition at line 12 of file ETargetCategory.c.
| proto void GetAmbientLV | ( | out float | outDirectLV, |
| out float | outAmbientLV, | ||
| out float | outTotalAmbientLv ) |
| PerceptionManagerClass GenericEntityClass GetTime | ( | ) |
| proto external void RequestUpdateAllTargetsFactions | ( | ) |
Iterates all registered PerceptionComponents and requests update of faction friendliness. DoCheckIfFactionFriendly will be called for faction of all targets at the next update of all PerceptionComponents. This is a heavy operation and should not be performed often.