DayZ 1.24
Loading...
Searching...
No Matches
PluginLocalEnscriptHistory.c
Go to the documentation of this file.
2{
3 override string GetSubFolderName()
4 {
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
14 }
15}
16
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
31 }
32
33}
34
override string GetFileName()
class PluginLocalEnscriptHistory extends PluginLocalHistoryBase GetSubFolderName()
const string CFG_FILE_DEBUG_DIR
Definition constants.c:239
const string CFG_FILE_ENS_HISTORY_SERVER
Definition constants.c:235
const string CFG_FILE_ENS_HISTORY
Definition constants.c:234
proto bool FileExist(string name)
Check existence of file.