DayZ 1.24
Loading...
Searching...
No Matches
PluginConfigDebugProfile Class Reference
Collaboration diagram for PluginConfigDebugProfile:
[legend]

Private Member Functions

void PluginConfigDebugProfileFixed ()
 
override string GetFileName ()
 

Private Attributes

const string POSITIONS_LIST = "console_positions"
 
const string POSITIONS_LIST_ENOCH = "console_positions_enoch"
 
const string SUB_PARAM_POS_NAME = "name"
 
const string SUB_PARAM_POS_VEC = "pos"
 

Detailed Description

Definition at line 1 of file PluginConfigDebugProfileFixed.c.

Member Function Documentation

◆ GetFileName()

override string PluginConfigDebugProfile::GetFileName ( )
inlineprivate

Definition at line 19 of file PluginConfigDebugProfileFixed.c.

20 {
22 }
const string CFG_FILE_FIXED_PROFILE
Definition constants.c:229

References CFG_FILE_FIXED_PROFILE.

◆ PluginConfigDebugProfileFixed()

void PluginConfigDebugProfile::PluginConfigDebugProfileFixed ( )
inlineprivate

Definition at line 11 of file PluginConfigDebugProfileFixed.c.

12 {
13 m_ReadOnly = true;
14 }

Referenced by PluginConfigHandler::CustomLocationsAdd(), and PluginConfigHandler::GetLocationsData().

Member Data Documentation

◆ POSITIONS_LIST

const string PluginConfigDebugProfile::POSITIONS_LIST = "console_positions"
private

Definition at line 3 of file PluginConfigDebugProfileFixed.c.

◆ POSITIONS_LIST_ENOCH

const string PluginConfigDebugProfile::POSITIONS_LIST_ENOCH = "console_positions_enoch"
private

Definition at line 4 of file PluginConfigDebugProfileFixed.c.

◆ SUB_PARAM_POS_NAME

const string PluginConfigDebugProfile::SUB_PARAM_POS_NAME = "name"
private

Definition at line 5 of file PluginConfigDebugProfileFixed.c.

◆ SUB_PARAM_POS_VEC

const string PluginConfigDebugProfile::SUB_PARAM_POS_VEC = "pos"
private

Definition at line 6 of file PluginConfigDebugProfileFixed.c.


The documentation for this class was generated from the following file: