Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_AIGroup.c File Reference

Go to the source code of this file.

Data Structures

class  SCR_AIGroupClass
 
class  SCR_AIGroup_DelayedSpawn
 
class  SCR_AIGroup
 

Typedefs

typedef func ScriptInvokerAIGroup
 
typedef func ScriptInvoker_AIGroupOnEmpty_Callback
 
typedef ScriptInvokerBase< ScriptInvoker_AIGroupOnEmpty_CallbackScriptInvoker_AIGroupOnEmpty
 

Enumerations

enum  EGroupState {
  IDLE = 0, ATTACKING = 1, MOVING = 2, INVESTIGATING = 3,
  RETREATING = 4, DEFENDING = 5, MANEUVERING = 6, REQ_SUPPORT = 7,
  REQ_ORDERS = 8, FOLLOW = 9
}
 
enum  SCR_EAIGroupFormation
 

Functions

void ScriptInvokerAIGroup (SCR_AIGroup group)
 
void ScriptInvoker_AIGroupOnEmpty_Callback (AIGroup group)
 
enum SCR_EAIGroupFormation BaseContainerProps (namingConvention:NamingConvention.NC_MUST_HAVE_NAME)] class SCR_WaypointPrefabLocation
 

Variables

 Wedge
 
 Line
 
 Column
 
 StaggeredColumn
 

Typedef Documentation

◆ ScriptInvoker_AIGroupOnEmpty

Definition at line 66 of file SCR_AIGroup.c.

◆ ScriptInvoker_AIGroupOnEmpty_Callback

Definition at line 65 of file SCR_AIGroup.c.

◆ ScriptInvokerAIGroup

Definition at line 2 of file SCR_AIGroup.c.

Enumeration Type Documentation

◆ EGroupState

Enumerator
IDLE 
ATTACKING 
MOVING 
INVESTIGATING 
RETREATING 
DEFENDING 
MANEUVERING 
REQ_SUPPORT 
REQ_ORDERS 
FOLLOW 

Definition at line 2322 of file SCR_AIGroup.c.

◆ SCR_EAIGroupFormation

Definition at line 2337 of file SCR_AIGroup.c.

Function Documentation

◆ BaseContainerProps()

enum SCR_EAIGroupFormation BaseContainerProps ( namingConvention:NamingConvention.  NC_MUST_HAVE_NAME)

Definition at line 2346 of file SCR_AIGroup.c.

◆ ScriptInvoker_AIGroupOnEmpty_Callback()

void ScriptInvoker_AIGroupOnEmpty_Callback ( AIGroup  group)

◆ ScriptInvokerAIGroup()

Variable Documentation

◆ Column

Column

Definition at line 69 of file SCR_AIGroup.c.

◆ Line

Line

Definition at line 68 of file SCR_AIGroup.c.

◆ StaggeredColumn

StaggeredColumn

Definition at line 71 of file SCR_AIGroup.c.

◆ Wedge

Wedge

Definition at line 67 of file SCR_AIGroup.c.