Dayz
Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Toggle main menu visibility
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::SUB_PARAM_POS_NAME
const string SUB_PARAM_POS_NAME
Definition
pluginconfigdebugprofilefixed.c:5
PluginConfigDebugProfile::PluginConfigDebugProfileFixed
void PluginConfigDebugProfileFixed()
Definition
pluginconfigdebugprofilefixed.c:11
PluginConfigDebugProfile::SUB_PARAM_POS_VEC
const string SUB_PARAM_POS_VEC
Definition
pluginconfigdebugprofilefixed.c:6
PluginConfigDebugProfile::POSITIONS_LIST
const string POSITIONS_LIST
Definition
pluginconfigdebugprofilefixed.c:3
PluginConfigDebugProfile::POSITIONS_LIST_ENOCH
const string POSITIONS_LIST_ENOCH
Definition
pluginconfigdebugprofilefixed.c:4
CFG_FILE_FIXED_PROFILE
const string CFG_FILE_FIXED_PROFILE
Definition
constants.c:240
Games
Dayz
scripts
4_world
plugins
pluginbase
pluginfilehandler
pluginconfighandler
pluginconfigdebugprofilefixed.c
Generated by
1.17.0