Dayz Explorer  1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
pluginconfigdebugprofilefixed.c
Go to the documentation of this file.
1 class PluginConfigDebugProfileFixed extends PluginConfigDebugProfile
2 {
3  const string POSITIONS_LIST = "console_positions";
4  const string POSITIONS_LIST_ENOCH = "console_positions_enoch";
5  const string SUB_PARAM_POS_NAME = "name";
6  const string SUB_PARAM_POS_VEC = "pos";
7 
8  //========================================
9  // PluginConfigDebugProfileFixed
10  //========================================
11  void PluginConfigDebugProfileFixed()
12  {
13  m_ReadOnly = true;
14  }
15 
16  //========================================
17  // GetFileName
18  //========================================
19  override string GetFileName()
20  {
22  }
23 }
GetFileName
override string GetFileName()
Definition: pluginlocalenscripthistory.c:7
CFG_FILE_FIXED_PROFILE
const string CFG_FILE_FIXED_PROFILE
Definition: constants.c:229
PluginConfigDebugProfile
Definition: pluginconfigdebugprofilefixed.c:1