DayZ 1.24
Loading...
Searching...
No Matches
PluginConfigDebugProfileFixed.c
Go to the documentation of this file.
1class 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 //========================================
12 {
13 m_ReadOnly = true;
14 }
15
16 //========================================
17 // GetFileName
18 //========================================
19 override string GetFileName()
20 {
22 }
23}
const string CFG_FILE_FIXED_PROFILE
Definition constants.c:229