DayZ 1.27
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено
PluginConfigDebugProfileFixed.c
См. документацию.
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 POSITIONS_LIST
Определения PluginConfigDebugProfileFixed.c:3
override string GetFileName()
Определения PluginConfigDebugProfileFixed.c:19
const string SUB_PARAM_POS_VEC
Определения PluginConfigDebugProfileFixed.c:6
const string SUB_PARAM_POS_NAME
Определения PluginConfigDebugProfileFixed.c:5
const string POSITIONS_LIST_ENOCH
Определения PluginConfigDebugProfileFixed.c:4
const string CFG_FILE_FIXED_PROFILE
Определения constants.c:240