Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_AISetting.c File Reference

Go to the source code of this file.

Enumerations

enum  SCR_EAISettingOrigin {
  EDITOR , SCENARIO , COMMANDING , BEHAVIOR ,
  DEFAULT
}

Variables

enum SCR_EAISettingOrigin CREATED_DYNAMICALLY = 1<<0
enum SCR_EAISettingOrigin SETTINGS_COMPONENT = 1<<1
enum SCR_EAISettingOrigin WAYPOINT = 1<<2

Enumeration Type Documentation

◆ SCR_EAISettingOrigin

Origin of setting is identified by this value. This enum can be extended by mods. If you add more values, ensure that values are sequential, don't declare something with value 10000 in the middle, or it will blow up memory.

Enumerator
EDITOR 
SCENARIO 
COMMANDING 
BEHAVIOR 
DEFAULT 

Definition at line 3 of file SCR_AISetting.c.

Variable Documentation

◆ CREATED_DYNAMICALLY

enum SCR_EAISettingOrigin CREATED_DYNAMICALLY = 1<<0

◆ SETTINGS_COMPONENT

enum SCR_EAISettingOrigin SETTINGS_COMPONENT = 1<<1

◆ WAYPOINT

WAYPOINT = 1<<2

Definition at line 7 of file SCR_AISetting.c.