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

Go to the source code of this file.

Data Structures

class  SCR_MapMarkerEntryConfig
 Base entry config. More...
 

Enumerations

enum  SCR_EMapMarkerType
 

Functions

enum SCR_EMapMarkerType BaseContainerProps (configRoot:true)
 Map marker config root. More...
 

Variables

 UNSET = 0
 
 SIMPLE
 
 DYNAMIC_EXAMPLE
 
 PLACED_CUSTOM
 
 PLACED_MILITARY
 
 SQUAD_LEADER
 

Enumeration Type Documentation

◆ SCR_EMapMarkerType

Base marker types, set in SCR_MapMarkerConfig They are used to differentiate markers in order to easily configure them and reuduce toll on the replication If you have multiple of similar marker types, you should add a single enum here and diffenrentiate the subtypes based on secondaryID (see SCR_MarkerMilitaryEntry)

Definition at line 5 of file SCR_MapMarkerConfig.c.

Function Documentation

◆ BaseContainerProps()

enum SCR_EMapMarkerType BaseContainerProps ( configRoot:true  )

Map marker config root.

Get all marker entry configs

Get specific marker entry config

Definition at line 17 of file SCR_MapMarkerConfig.c.

Variable Documentation

◆ DYNAMIC_EXAMPLE

DYNAMIC_EXAMPLE

Definition at line 4 of file SCR_MapMarkerConfig.c.

◆ PLACED_CUSTOM

PLACED_CUSTOM

Definition at line 5 of file SCR_MapMarkerConfig.c.

◆ PLACED_MILITARY

PLACED_MILITARY

Definition at line 6 of file SCR_MapMarkerConfig.c.

◆ SIMPLE

SIMPLE

Definition at line 3 of file SCR_MapMarkerConfig.c.

◆ SQUAD_LEADER

@ SQUAD_LEADER

Definition at line 8 of file SCR_MapMarkerConfig.c.

◆ UNSET

UNSET = 0

Definition at line 2 of file SCR_MapMarkerConfig.c.