DayZ 1.24
Loading...
Searching...
No Matches
PluginLocalHistoryBase Class Reference

Private Member Functions

override string GetSubFolderName ()
 
override string GetFileName ()
 

Detailed Description

Definition at line 1 of file PluginLocalEnscriptHistory.c.

Member Function Documentation

◆ GetFileName()

override string PluginLocalHistoryBase::GetFileName ( )
inlineprivate

Definition at line 8 of file PluginLocalEnscriptHistory.c.

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 }
const string CFG_FILE_ENS_HISTORY
Definition constants.c:234
proto bool FileExist(string name)
Check existence of file.

References CFG_FILE_ENS_HISTORY, FileExist(), and GetSubFolderName().

◆ GetSubFolderName()

override string PluginLocalHistoryBase::GetSubFolderName ( )
inlineprivate

Definition at line 3 of file PluginLocalEnscriptHistory.c.

4 {
6 }
const string CFG_FILE_DEBUG_DIR
Definition constants.c:239

References CFG_FILE_DEBUG_DIR.


The documentation for this class was generated from the following file: