DayZ Scripts
v1.21.156300 ยท Jun 20, 2023
Loading...
Searching...
No Matches
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
{
21
return
CFG_FILE_FIXED_PROFILE
;
22
}
23
}
PluginConfigDebugProfile
Definition
PluginConfigDebugProfileFixed.c:2
PluginConfigDebugProfile::GetFileName
override string GetFileName()
Definition
PluginConfigDebugProfileFixed.c:19
PluginConfigDebugProfile::PluginConfigDebugProfileFixed
void PluginConfigDebugProfileFixed()
Definition
PluginConfigDebugProfileFixed.c:11
CFG_FILE_FIXED_PROFILE
const string CFG_FILE_FIXED_PROFILE
Definition
constants.c:215