DayZ 1.26
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
Local data saving to files

Переменные

const int CFG_ARRAY_ITEMS_MAX = 64
 
const string CFG_FILE_FIXED_PROFILE = "Scripts/profile_fixed.cfg"
 
const string CFG_FILE_USER_PROFILE = "$profile:profile.cfg"
 
const string CFG_FILE_DEBUG_PROFILE = "debugProfile.cfg"
 
const string CFG_FILE_EMOTES_PROFILE = "$profile:emotesProfile.cfg"
 
const string CFG_FILE_SEARCH_HISTORY = "$profile:search_history.history"
 
const string CFG_FILE_ENS_HISTORY = "script_enscript.history"
 
const string CFG_FILE_ENS_HISTORY_SERVER = "script_enscriptServer.history"
 
const string CFG_FILE_SCRIPT_LOG = "$profile:script.log"
 
const string CFG_FILE_SCRIPT_LOG_EXT = "$profile:scriptExt.log"
 
const string CFG_FILE_DEBUG_DIR = "$profile:ScriptConsole/"
 
const string CFG_FILE_MISSION_LIST = "$profile:missionlist.json"
 

Подробное описание

\desc constants for saving local datas

Переменные

◆ CFG_ARRAY_ITEMS_MAX

const int CFG_ARRAY_ITEMS_MAX = 64

◆ CFG_FILE_DEBUG_DIR

const string CFG_FILE_DEBUG_DIR = "$profile:ScriptConsole/"

◆ CFG_FILE_DEBUG_PROFILE

const string CFG_FILE_DEBUG_PROFILE = "debugProfile.cfg"

Используется в PluginConfigHandler::GetFileName().

◆ CFG_FILE_EMOTES_PROFILE

const string CFG_FILE_EMOTES_PROFILE = "$profile:emotesProfile.cfg"

Используется в PluginConfigHandler::GetFileName().

◆ CFG_FILE_ENS_HISTORY

const string CFG_FILE_ENS_HISTORY = "script_enscript.history"

Используется в PluginLocalHistoryBase::GetFileName().

◆ CFG_FILE_ENS_HISTORY_SERVER

const string CFG_FILE_ENS_HISTORY_SERVER = "script_enscriptServer.history"

Используется в GetFileName().

◆ CFG_FILE_FIXED_PROFILE

const string CFG_FILE_FIXED_PROFILE = "Scripts/profile_fixed.cfg"

Используется в PluginConfigDebugProfile::GetFileName().

◆ CFG_FILE_MISSION_LIST

const string CFG_FILE_MISSION_LIST = "$profile:missionlist.json"

Используется в JsonMissionLoaderData::GetData().

◆ CFG_FILE_SCRIPT_LOG

const string CFG_FILE_SCRIPT_LOG = "$profile:script.log"

◆ CFG_FILE_SCRIPT_LOG_EXT

const string CFG_FILE_SCRIPT_LOG_EXT = "$profile:scriptExt.log"

Используется в Debug::GetFileName().

◆ CFG_FILE_SEARCH_HISTORY

const string CFG_FILE_SEARCH_HISTORY = "$profile:search_history.history"

◆ CFG_FILE_USER_PROFILE

const string CFG_FILE_USER_PROFILE = "$profile:profile.cfg"

Используется в PluginFileHandler::GetFileName().