Dayz Explorer
1.28.160049
Loading...
Searching...
No Matches
pluginlocalenscripthistory.c
Go to the documentation of this file.
1
class
PluginLocalEnscriptHistory
extends
PluginLocalHistoryBase
2
{
3
override
string
GetSubFolderName
()
4
{
5
return
CFG_FILE_DEBUG_DIR
;
6
}
7
8
override
string
GetFileName
()
9
{
10
if
(!
FileExist
(
GetSubFolderName
()))
//---ALL LINES CONTAINING THIS COMMENT CAN BE REMOVED IN 1.23
11
return
"$profile:script_enscript.history"
;
//---ALL LINES CONTAINING THIS COMMENT CAN BE REMOVED IN 1.23
12
13
return
GetSubFolderName
() +
CFG_FILE_ENS_HISTORY
;
14
}
15
}
16
17
class
PluginLocalEnscriptHistoryServer
extends
PluginLocalHistoryBase
18
{
19
20
override
string
GetSubFolderName
()
21
{
22
return
CFG_FILE_DEBUG_DIR
;
23
}
24
25
override
string
GetFileName
()
26
{
27
if
(!
FileExist
(
GetSubFolderName
()))
//---ALL LINES CONTAINING THIS COMMENT CAN BE REMOVED IN 1.23
28
return
"$profile:script_enscriptServer.history"
;
//---ALL LINES CONTAINING THIS COMMENT CAN BE REMOVED IN 1.23
29
30
return
GetSubFolderName
() +
CFG_FILE_ENS_HISTORY_SERVER
;
31
}
32
33
}
34
PluginLocalHistoryBase
Definition
pluginlocalenscripthistory.c:2
CFG_FILE_DEBUG_DIR
const string CFG_FILE_DEBUG_DIR
Definition
constants.c:249
CFG_FILE_ENS_HISTORY_SERVER
const string CFG_FILE_ENS_HISTORY_SERVER
Definition
constants.c:246
CFG_FILE_ENS_HISTORY
const string CFG_FILE_ENS_HISTORY
Definition
constants.c:245
FileExist
proto bool FileExist(string name)
Check existence of file.
GetFileName
override string GetFileName()
Definition
pluginlocalenscripthistory.c:26
GetSubFolderName
class PluginLocalEnscriptHistory extends PluginLocalHistoryBase GetSubFolderName()
Definition
pluginlocalenscripthistory.c:20
Daten
4_world
plugins
pluginbase
pluginfilehandler
pluginlocalenscripthistory.c
Generated by
1.12.0