DayZ 1.24
Loading...
Searching...
No Matches
PluginLocalEnscriptHistory.c File Reference

Go to the source code of this file.

Classes

class  PluginLocalHistoryBase
 

Functions

class PluginLocalEnscriptHistory extends PluginLocalHistoryBase GetSubFolderName ()
 
override string GetFileName ()
 

Function Documentation

◆ GetFileName()

override string GetFileName ( )

Definition at line 26 of file PluginLocalEnscriptHistory.c.

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
class PluginLocalEnscriptHistory extends PluginLocalHistoryBase GetSubFolderName()
const string CFG_FILE_ENS_HISTORY_SERVER
Definition constants.c:235
proto bool FileExist(string name)
Check existence of file.

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

Referenced by PluginConfigHandler::SceneDataLoad().

◆ GetSubFolderName()

override string GetSubFolderName ( )