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

Go to the source code of this file.

Classes

class  SCR_MapMarkerEntryConfig
 Base entry config. More...

Enumerations

enum  SCR_EMapMarkerType

Functions

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

Variables

 UNSET = 0
 SIMPLE
 DYNAMIC_EXAMPLE
 PLACED_CUSTOM
 PLACED_MILITARY
 SQUAD_LEADER
 DOT_CIRCLE
 PLACED_RECON
 SQUAD_MEMBER

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 1 of file SCR_MapMarkerConfig.c.

Variable Documentation

◆ DOT_CIRCLE

DOT_CIRCLE

Definition at line 27 of file SCR_MapMarkerConfig.c.

◆ DYNAMIC_EXAMPLE

DYNAMIC_EXAMPLE

Definition at line 23 of file SCR_MapMarkerConfig.c.

◆ PLACED_CUSTOM

PLACED_CUSTOM

Definition at line 24 of file SCR_MapMarkerConfig.c.

◆ PLACED_MILITARY

PLACED_MILITARY

Definition at line 25 of file SCR_MapMarkerConfig.c.

◆ PLACED_RECON

PLACED_RECON

Definition at line 28 of file SCR_MapMarkerConfig.c.

◆ SIMPLE

SIMPLE

Definition at line 22 of file SCR_MapMarkerConfig.c.

◆ SQUAD_LEADER

@ SQUAD_LEADER

Definition at line 26 of file SCR_MapMarkerConfig.c.

◆ SQUAD_MEMBER

SQUAD_MEMBER

Definition at line 29 of file SCR_MapMarkerConfig.c.

◆ UNSET

UNSET = 0

Definition at line 21 of file SCR_MapMarkerConfig.c.