Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
Perception

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 ()

Detailed Description

Enumeration Type Documentation

◆ ETargetCategory [1/2]

Enumerator
UNKNOWN 
DETECTED 
FRIENDLY 
ENEMY 
FACTIONLESS 
STATIC 
COUNT 
UNKNOWN 
DETECTED 
FRIENDLY 
ENEMY 
FACTIONLESS 
STATIC 
COUNT 

Definition at line 12 of file ETargetCategory.c.

◆ ETargetCategory [2/2]

Enumerator
UNKNOWN 
DETECTED 
FRIENDLY 
ENEMY 
FACTIONLESS 
STATIC 
COUNT 
UNKNOWN 
DETECTED 
FRIENDLY 
ENEMY 
FACTIONLESS 
STATIC 
COUNT 

Definition at line 12 of file ETargetCategory.c.

Function Documentation

◆ GetAmbientLV()

proto void GetAmbientLV ( out float outDirectLV,
out float outAmbientLV,
out float outTotalAmbientLv )

◆ GetTime()

PerceptionManagerClass GenericEntityClass GetTime ( )

◆ RequestUpdateAllTargetsFactions()

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.