Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_CoverQueryComponent.c
Go to the documentation of this file.
1 // unused?
3 {
4 }
5 
6 class SCR_CoverQueryComponent : CoverQueryComponent
7 {
8  // Constants for amount of covers to check for high priority cover queries and low priority cover queries
9  const int MAX_COVERS_HIGH_PRIORITY = 25;
10  const int MAX_COVERS_LOW_PRIORITY = 15;
11 
12  //------------------------------------------------------------------------------------------------
13  // constructor
17  void SCR_CoverQueryComponent(IEntityComponentSource src, IEntity ent, IEntity parent)
18  {
19  }
20 }
MAX_COVERS_LOW_PRIORITY
const int MAX_COVERS_LOW_PRIORITY
Definition: SCR_CoverQueryComponent.c:10
MAX_COVERS_HIGH_PRIORITY
SCR_CoverQueryComponentClass MAX_COVERS_HIGH_PRIORITY
SCR_CoverQueryComponentClass
Definition: SCR_CoverQueryComponent.c:2
CoverQueryComponentClass
Definition: CoverQueryComponent.c:12
SCR_CoverQueryComponent
void SCR_CoverQueryComponent(IEntityComponentSource src, IEntity ent, IEntity parent)
Definition: SCR_CoverQueryComponent.c:17