![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Static Protected Member Functions | |
| static PluginConfigDebugProfile | GetInstance () |
| static PluginConfigEmotesProfile | GetInstance () |
| static PluginMissionConfig | GetInstance () |
Protected Attributes | |
| const string | BATCH_QUANT = "batch_spawn_quantity" |
| const string | BATCH_RECT = "batch_spawn_rect" |
| const string | CAMERA_PRESETS_LIST = "camera_presets" |
| const string | CHAR_AGENTS_VIS = "console_character_agents_visible" |
| const string | CHAR_DEBUG_VIS = "console_character_debug_visible" |
| const string | CHAR_LEVELS_VIS = "console_character_levels_visible" |
| const string | CHAR_MODIFIERS_VIS = "console_character_modifiers_visible" |
| const string | CHAR_STATS_VIS = "console_character_stats_visible" |
| const string | CHAR_STOMACH_VIS = "console_character_stomach_visible" |
| const string | CONFIG_CLASSES_FLAG = "toggled_config_classes_flag" |
| const string | FILE_NAME = "scene_editor.cfg" |
| string | FILE_ROOT = "$saves:" |
| const string | FILE_ROOT_SCENES = "scenes" |
| const string | FILTER_REVERSED = "filter_order_reversed" |
| const string | FREE_CAMERA_CROSSHAIR = "console_free_camera_crosshair_visible" |
| const string | HEALTH_VIS = "console_health_visible" |
| const string | HORTICULTURE_VIS = "console_horticulture_visible" |
| const string | ITEM_CATEGORY_FLAG = "toggled_item_categories_flag" |
| const string | ITEM_PREVIEW = "show_item_preview" |
| const string | ITEM_SEARCH = "console_ItemSearch" |
| const string | ITEM_TAB_SELECTED = "console_TabSelected" |
| const string | ITEMDEBUG = "item_debug" |
| const string | LOGS_ENABLED = "logs_enabled" |
| ref array< ref ScriptConsoleCameraDOFPreset > | m_CameraPresets |
| TStringArray | m_CfgTemplate |
| ref map< string, ref CfgParam > | m_DefaultValues |
| string | m_FileSceneName |
| ref TStringArray | m_PresetList |
| ref array< ref ScriptConsoleWeatherPreset > | m_WeatherPresets |
| const string | MERGE_TYPE = "category_merge_type" |
| const string | PARAM_DAY = "InitDay" |
| const string | PARAM_FOG = "WeatherInitFog" |
| const string | PARAM_HOUR = "InitHour" |
| const string | PARAM_MINUTE = "InitMinute" |
| const string | PARAM_MISSION = "Mission" |
| const string | PARAM_MONTH = "InitMonth" |
| const string | PARAM_OBJ_ATT = "Att" |
| const string | PARAM_OBJ_COUNT = "SceneObjectsCount" |
| const string | PARAM_OBJ_DMG = "damage" |
| const string | PARAM_OBJ_HLT = "health" |
| const string | PARAM_OBJ_ISCR = "init_script" |
| const string | PARAM_OBJ_LNK = "Lnk" |
| const string | PARAM_OBJ_NAME = "SceneObject" |
| const string | PARAM_OBJ_POS = "position" |
| const string | PARAM_OBJ_ROT = "rotation" |
| const string | PARAM_OBJ_TYPE = "type" |
| const string | PARAM_OVERCAST = "WeatherInitOvercast" |
| const string | PARAM_PLAYER = "Player" |
| const string | PARAM_RAIN = "WeatherInitRain" |
| const string | PARAM_TIME = "InitTime" |
| const string | PARAM_WIND_F = "WeatherInitWindForce" |
| const string | PARAM_YEAR = "InitYear" |
| const string | POSITION_NAME_ROOT = "console_positions_" |
| const string | PRESET_DEFAULT = "console_preset_default" |
| const string | PRESET_LIST = "console_presets" |
| const string | SCENE_DRAW_SELECTION = "scene_editor_draw_selection" |
| const string | SCENE_EDITOR_SCENE = "scene_load" |
| const string | SCENE_LOAD_PLAYER_POS = "scene_editor_load_player_pos" |
| const string | SCENE_ROTATION_ANGLE = "scene_editor_rotation_angle" |
| const string | SOUNDFILTER = "soundset_editbox" |
| const string | SPAWN_DISTANCE = "console_SpawnDistance" |
| const string | SPAWN_LOC_INDEX = "spawn_loc_index" |
| const string | SUB_PARAM_ITEM = "item" |
| const string | SUB_PARAM_ITEM_HEALTH = "health" |
| const string | SUB_PARAM_ITEM_NAME = "name" |
| const string | SUB_PARAM_ITEM_QUANTITY = "quantity" |
| const string | SUB_PARAM_ITEM_WITH_PHYSICS = "with_physics" |
| const string | TEMP_VIS = "console_temperature_visible" |
| const string | VERSION_VIS = "console_version_visible" |
| const string | WEATHER_PRESETS_LIST = "weather_presets" |
Definition at line 26 of file pluginconfigdebugprofile.c.
|
inlineprotected |
Definition at line 1171 of file pluginconfigdebugprofile.c.
References ScriptConsoleCameraDOFPreset::Blur, CAMERA_PRESETS_LIST, CFG_TYPE_STRING, ScriptConsoleCameraDOFPreset::FocusDepthOffset, ScriptConsoleCameraDOFPreset::FocusDistance, ScriptConsoleCameraDOFPreset::FocusLength, ScriptConsoleCameraDOFPreset::FocusLengthNear, GetArray(), m_CameraPresets, ScriptConsoleCameraDOFPreset::Name, and name.
|
inlineprotected |
Definition at line 1260 of file pluginconfigdebugprofile.c.
References CFG_TYPE_STRING, GetArray(), LoadWeatherPresets(), m_WeatherPresets, name, and WEATHER_PRESETS_LIST.
Definition at line 1795 of file pluginconfigdebugprofile.c.
References g_Game, GetArray(), name, PluginConfigDebugProfile::PluginConfigDebugProfileFixed(), POSITION_NAME_ROOT, SetArray(), string::ToLower(), and vector::ToString().
|
inlineprotected |
Definition at line 1818 of file pluginconfigdebugprofile.c.
References g_Game, GetArray(), name, POSITION_NAME_ROOT, and string::ToLower().
Definition at line 143 of file pluginconfigscene.c.
References string::Replace().
Referenced by LoadSceneObjects(), and LoadScenePlayer().
Definition at line 133 of file pluginconfigscene.c.
References string::Replace().
Referenced by SaveSceneObjects(), and SaveScenePlayer().
Definition at line 143 of file pluginconfigdebugprofile.c.
References CFG_TYPE_ARRAY, m_DefaultValues, and SetArray().
Referenced by AddCameraPreset(), AddWeatherPreset(), CustomLocationsAdd(), CustomLocationsRemove(), GetBatchSpawnRectangle(), GetItemParams(), GetSubParametersInStringArray(), ItemAddToPreset(), ItemRemoveFromPreset(), LoadCameraPresets(), LoadWeatherPresets(), OnInit(), RemoveCameraPreset(), RemovePreset(), RemoveWeatherPreset(), SetBatchSpawnRectangle(), SetPreset(), and SwapItem().
|
inlineprotected |
Definition at line 1517 of file pluginconfigdebugprofile.c.
References BATCH_QUANT, and GetInt().
Definition at line 1487 of file pluginconfigdebugprofile.c.
References BATCH_RECT, and GetArray().
Definition at line 179 of file pluginconfigdebugprofile.c.
References CFG_TYPE_BOOL, m_DefaultValues, and SetBool().
Referenced by GetCharacterAgentsVisible(), GetCharacterDebugVisible(), GetCharacterLevelsVisible(), GetCharacterModifiersVisible(), GetCharacterStatsVisible(), GetCharacterStomachVisible(), GetFilterOrderReversed(), GetFreeCameraCrosshairVisible(), GetHealthVisible(), GetHorticultureVisible(), GetLogsEnabled(), GetMergeType(), GetSceneEditorDrawSelection(), GetSceneEditorLoadPlayerPos(), GetShowItemPreview(), GetTempVisible(), and GetVersionVisible().
|
inlineprotected |
Definition at line 1846 of file pluginconfigdebugprofile.c.
References m_CameraPresets.
|
inlineprotected |
Definition at line 1624 of file pluginconfigdebugprofile.c.
References CHAR_AGENTS_VIS, and GetBool().
|
inlineprotected |
Definition at line 1637 of file pluginconfigdebugprofile.c.
References CHAR_DEBUG_VIS, and GetBool().
|
inlineprotected |
Definition at line 1568 of file pluginconfigdebugprofile.c.
References CHAR_LEVELS_VIS, and GetBool().
|
inlineprotected |
Definition at line 1611 of file pluginconfigdebugprofile.c.
References CHAR_MODIFIERS_VIS, and GetBool().
|
inlineprotected |
Definition at line 1597 of file pluginconfigdebugprofile.c.
References CHAR_STATS_VIS, and GetBool().
|
inlineprotected |
Definition at line 1650 of file pluginconfigdebugprofile.c.
References CHAR_STOMACH_VIS, and GetBool().
|
inlineprotected |
Definition at line 1768 of file pluginconfigdebugprofile.c.
References CONFIG_CLASSES_FLAG, and GetInt().
Definition at line 359 of file pluginconfigdebugprofile.c.
Referenced by PluginConfigDebugProfile().
Definition at line 379 of file pluginconfigdebugprofile.c.
Referenced by PluginConfigDebugProfile().
|
inlineprotected |
Definition at line 1474 of file pluginconfigdebugprofile.c.
References GetString(), and PRESET_DEFAULT.
Definition at line 529 of file pluginconfigdebugprofile.c.
Referenced by PluginConfigDebugProfile().
Definition at line 224 of file pluginconfigemotesprofile.c.
References GetInt().
|
inlineprotected |
Definition at line 104 of file pluginconfigemotesprofile.c.
References GetInt().
|
inlineprotected |
Definition at line 194 of file pluginconfigemotesprofile.c.
References GetInt().
|
inlineprotected |
Definition at line 204 of file pluginconfigemotesprofile.c.
References GetInt().
|
inlineprotected |
Definition at line 114 of file pluginconfigemotesprofile.c.
References GetInt().
|
inlineprotected |
Definition at line 124 of file pluginconfigemotesprofile.c.
References GetInt().
|
inlineprotected |
Definition at line 134 of file pluginconfigemotesprofile.c.
References GetInt().
|
inlineprotected |
Definition at line 144 of file pluginconfigemotesprofile.c.
References GetInt().
|
inlineprotected |
Definition at line 154 of file pluginconfigemotesprofile.c.
References GetInt().
|
inlineprotected |
Definition at line 164 of file pluginconfigemotesprofile.c.
References GetInt().
|
inlineprotected |
Definition at line 174 of file pluginconfigemotesprofile.c.
References GetInt().
|
inlineprotected |
Definition at line 184 of file pluginconfigemotesprofile.c.
References GetInt().
|
inlineprotected |
Definition at line 1380 of file pluginconfigdebugprofile.c.
References CFG_FILE_DEBUG_PROFILE, FileExist(), and GetSubFolderName().
Referenced by SceneDataLoad().
|
inlineprotected |
Definition at line 96 of file pluginconfigemotesprofile.c.
References CFG_FILE_EMOTES_PROFILE.
|
inlineprotected |
Definition at line 54 of file pluginconfigscene.c.
References GetPathScenes(), and m_FileSceneName.
|
inlineprotected |
Definition at line 33 of file pluginmissionconfig.c.
|
inlineprotected |
Definition at line 1461 of file pluginconfigdebugprofile.c.
References FILTER_REVERSED, and GetBool().
Definition at line 211 of file pluginconfigdebugprofile.c.
References CFG_TYPE_FLOAT, m_DefaultValues, and SetFloat().
Referenced by GetSpawnDistance().
|
inlineprotected |
Definition at line 1663 of file pluginconfigdebugprofile.c.
References FREE_CAMERA_CROSSHAIR, and GetBool().
|
inlineprotected |
Definition at line 1728 of file pluginconfigdebugprofile.c.
References GetBool(), and HEALTH_VIS.
|
inlineprotected |
Definition at line 1741 of file pluginconfigdebugprofile.c.
References GetBool(), and HORTICULTURE_VIS.
|
inlinestaticprotected |
Definition at line 77 of file pluginconfigdebugprofile.c.
References GetPlugin(), and PluginConfigDebugProfile().
|
inlinestaticprotected |
Definition at line 22 of file pluginconfigemotesprofile.c.
References GetPlugin(), and PluginConfigEmotesProfile().
|
inlinestaticprotected |
Definition at line 9 of file pluginmissionconfig.c.
References GetPlugin().
Definition at line 243 of file pluginconfigdebugprofile.c.
References CFG_TYPE_INT, m_DefaultValues, and SetInt().
Definition at line 49 of file pluginconfigemotesprofile.c.
References CFG_TYPE_INT, m_DefaultValues, and SetInt().
|
inlineprotected |
Definition at line 1782 of file pluginconfigdebugprofile.c.
References GetInt(), and ITEM_CATEGORY_FLAG.
|
inlineprotected |
Definition at line 1589 of file pluginconfigdebugprofile.c.
References GetString(), and ITEMDEBUG.
Definition at line 2060 of file pluginconfigdebugprofile.c.
References GetItemParam(), and SUB_PARAM_ITEM_HEALTH.
Definition at line 2039 of file pluginconfigdebugprofile.c.
References GetItemParams().
Referenced by GetItemHealth(), GetItemQuantity(), GetItemWithPhysics(), SetItemHealth(), SetItemQuantity(), and SetItemWithPhysics().
Definition at line 2018 of file pluginconfigdebugprofile.c.
References GetArray(), and m_PresetList.
Referenced by GetItemParam(), SetItemHealth(), SetItemQuantity(), and SetItemWithPhysics().
Definition at line 2101 of file pluginconfigdebugprofile.c.
References GetItemParam(), and SUB_PARAM_ITEM_QUANTITY.
|
inlineprotected |
Definition at line 1529 of file pluginconfigdebugprofile.c.
References GetString(), and ITEM_SEARCH.
Definition at line 2142 of file pluginconfigdebugprofile.c.
References GetItemParam(), and SUB_PARAM_ITEM_WITH_PHYSICS.
|
inlineprotected |
Definition at line 2187 of file pluginconfigdebugprofile.c.
References g_Game, GetSubParametersInStringArray(), PluginConfigDebugProfile::PluginConfigDebugProfileFixed(), POSITION_NAME_ROOT, and string::ToLower().
|
inlineprotected |
Definition at line 1555 of file pluginconfigdebugprofile.c.
References GetBool(), and LOGS_ENABLED.
|
inlineprotected |
Definition at line 1689 of file pluginconfigdebugprofile.c.
References GetBool(), and MERGE_TYPE.
Definition at line 85 of file pluginconfigdebugprofile.c.
Referenced by PluginConfigDebugProfile().
|
inlineprotected |
Definition at line 95 of file pluginconfigdebugprofile.c.
Referenced by PluginConfigDebugProfile().
|
inlineprotected |
Definition at line 105 of file pluginconfigdebugprofile.c.
Referenced by PluginConfigDebugProfile().
|
inlineprotected |
Definition at line 115 of file pluginconfigdebugprofile.c.
Referenced by PluginConfigDebugProfile(), and PluginConfigEmotesProfile().
|
inlineprotected |
Definition at line 31 of file pluginconfigemotesprofile.c.
|
inlineprotected |
Definition at line 125 of file pluginconfigdebugprofile.c.
Referenced by PluginConfigDebugProfile().
|
inlineprotected |
Definition at line 46 of file pluginconfigscene.c.
References FILE_ROOT, and FILE_ROOT_SCENES.
Referenced by GetFileName(), GetSceneList(), SceneDelete(), SceneDuplicate(), and SceneRename().
|
inlineprotected |
Definition at line 1904 of file pluginconfigdebugprofile.c.
References GetSubParametersInStringArray(), m_PresetList, and SUB_PARAM_ITEM_NAME.
|
inlineprotected |
Definition at line 1862 of file pluginconfigdebugprofile.c.
References m_PresetList.
|
inlineprotected |
Definition at line 1396 of file pluginconfigdebugprofile.c.
References GetBool(), and SCENE_DRAW_SELECTION.
|
inlineprotected |
Definition at line 1409 of file pluginconfigdebugprofile.c.
References GetBool(), and SCENE_LOAD_PLAYER_POS.
|
inlineprotected |
Definition at line 41 of file pluginmissionconfig.c.
References CFG_TYPE_STRING, SCENE_EDITOR_SCENE, and STRING_EMPTY.
|
inlineprotected |
Definition at line 1422 of file pluginconfigdebugprofile.c.
References GetInt(), and SCENE_ROTATION_ANGLE.
|
inlineprotected |
Definition at line 99 of file pluginconfigscene.c.
References FileExist(), FindFile(), FindNextFile(), GetPathScenes(), string::IndexOf(), MakeDirectory(), and string::Substring().
|
inlineprotected |
Definition at line 1754 of file pluginconfigdebugprofile.c.
References GetBool(), and ITEM_PREVIEW.
|
inlineprotected |
Definition at line 1702 of file pluginconfigdebugprofile.c.
References GetString(), and SOUNDFILTER.
|
inlineprotected |
Definition at line 1542 of file pluginconfigdebugprofile.c.
References GetFloat(), and SPAWN_DISTANCE.
|
inlineprotected |
Definition at line 1448 of file pluginconfigdebugprofile.c.
References GetInt(), and SPAWN_LOC_INDEX.
Definition at line 278 of file pluginconfigdebugprofile.c.
References CFG_TYPE_STRING, m_DefaultValues, SetString(), and STRING_EMPTY.
Referenced by GetDefaultPreset(), GetItemDebugPos(), GetItemSearch(), and GetSoundsetFilter().
|
inlineprotected |
Definition at line 1388 of file pluginconfigdebugprofile.c.
References CFG_FILE_DEBUG_DIR.
|
inlineprotected |
Definition at line 303 of file pluginconfigdebugprofile.c.
References GetArray().
Referenced by GetLocationsData(), and GetPresetItems().
|
inlineprotected |
Definition at line 1435 of file pluginconfigdebugprofile.c.
References GetInt(), and ITEM_TAB_SELECTED.
|
inlineprotected |
Definition at line 1715 of file pluginconfigdebugprofile.c.
|
inlineprotected |
Definition at line 1676 of file pluginconfigdebugprofile.c.
References GetBool(), and VERSION_VIS.
|
inlineprotected |
Definition at line 1854 of file pluginconfigdebugprofile.c.
References m_WeatherPresets.
Definition at line 1961 of file pluginconfigdebugprofile.c.
References GetArray(), m_PresetList, SUB_PARAM_ITEM, and SUB_PARAM_ITEM_NAME.
Definition at line 1982 of file pluginconfigdebugprofile.c.
References GetArray(), and m_PresetList.
|
inlineprotected |
Definition at line 1089 of file pluginconfigdebugprofile.c.
References ScriptConsoleCameraDOFPreset::Blur, CAMERA_PRESETS_LIST, CFG_TYPE_FLOAT, CFG_TYPE_STRING, ScriptConsoleCameraDOFPreset::FocusDepthOffset, ScriptConsoleCameraDOFPreset::FocusDistance, ScriptConsoleCameraDOFPreset::FocusLength, ScriptConsoleCameraDOFPreset::FocusLengthNear, GetArray(), m_CameraPresets, and ScriptConsoleCameraDOFPreset::Name.
Referenced by OnInit().
|
inlineprotected |
Definition at line 555 of file pluginconfigscene.c.
References CFG_TYPE_ARRAY, CFG_TYPE_FLOAT, CFG_TYPE_INT, CFG_TYPE_STRING, SceneData::CreateSceneObject(), DecodeInitScript(), SceneObject::GetObject(), SceneObject::m_LinkedSceneObjectsIndices, PARAM_OBJ_ATT, PARAM_OBJ_COUNT, PARAM_OBJ_HLT, PARAM_OBJ_ISCR, PARAM_OBJ_LNK, PARAM_OBJ_NAME, PARAM_OBJ_POS, PARAM_OBJ_ROT, PARAM_OBJ_TYPE, SceneObject::SetHealth(), SceneObject::SetInitScript(), and SceneObject::SetRotation().
Referenced by SceneDataLoad().
|
inlineprotected |
Definition at line 509 of file pluginconfigscene.c.
References CFG_TYPE_ARRAY, CFG_TYPE_FLOAT, CFG_TYPE_STRING, SceneData::CreateScenePlayer(), DecodeInitScript(), g_Game, PARAM_OBJ_HLT, PARAM_OBJ_ISCR, PARAM_OBJ_POS, PARAM_OBJ_ROT, PARAM_PLAYER, and vector::Zero.
Referenced by SceneDataLoad().
|
inlineprotected |
Definition at line 403 of file pluginconfigscene.c.
References CFG_TYPE_FLOAT, CFG_TYPE_INT, CFG_TYPE_STRING, g_Game, PARAM_DAY, PARAM_HOUR, PARAM_MINUTE, PARAM_MISSION, PARAM_MONTH, PARAM_TIME, PARAM_YEAR, SceneData::SetInitDay(), SceneData::SetInitHour(), SceneData::SetInitMinute(), SceneData::SetInitMonth(), SceneData::SetInitTime(), SceneData::SetInitYear(), and SceneData::SetNameMission().
Referenced by SceneDataLoad().
|
inlineprotected |
Definition at line 475 of file pluginconfigscene.c.
References CFG_TYPE_FLOAT, PARAM_FOG, PARAM_OVERCAST, PARAM_RAIN, PARAM_WIND_F, SceneData::SetInitFog(), SceneData::SetInitOvercast(), SceneData::SetInitRain(), and SceneData::SetInitWindForce().
Referenced by SceneDataLoad().
|
inlineprotected |
Definition at line 1126 of file pluginconfigdebugprofile.c.
References CFG_TYPE_FLOAT, CFG_TYPE_STRING, GetArray(), m_WeatherPresets, and WEATHER_PRESETS_LIST.
Referenced by AddWeatherPreset(), and OnInit().
|
inlineprotected |
Definition at line 1071 of file pluginconfigdebugprofile.c.
References GetArray(), LoadCameraPresets(), LoadWeatherPresets(), m_PresetList, and PRESET_LIST.
|
inlineprotected |
Definition at line 36 of file pluginconfigscene.c.
|
inlineprotected |
Definition at line 17 of file pluginmissionconfig.c.
References CFG_TYPE_STRING, SCENE_EDITOR_SCENE, and STRING_EMPTY.
|
inlineprotected |
Definition at line 325 of file pluginconfigdebugprofile.c.
References BATCH_QUANT, BATCH_RECT, CAMERA_PRESETS_LIST, CHAR_AGENTS_VIS, CHAR_DEBUG_VIS, CHAR_LEVELS_VIS, CHAR_MODIFIERS_VIS, CHAR_STATS_VIS, CONFIG_CLASSES_FLAG, FILTER_REVERSED, FREE_CAMERA_CROSSHAIR, GetDefaultBatchRectParams(), GetDefaultCameraPresetsParams(), GetDefaultWeatherPresetsParams(), GetNewCfgParamArray(), GetNewCfgParamBool(), GetNewCfgParamFloat(), GetNewCfgParamInt(), GetNewCfgParamString(), HEALTH_VIS, HORTICULTURE_VIS, ITEM_PREVIEW, ITEM_SEARCH, ITEM_TAB_SELECTED, ITEMDEBUG, LOGS_ENABLED, m_DefaultValues, MERGE_TYPE, PRESET_DEFAULT, SCENE_DRAW_SELECTION, SCENE_LOAD_PLAYER_POS, SCENE_ROTATION_ANGLE, SOUNDFILTER, SPAWN_DISTANCE, SPAWN_LOC_INDEX, TEMP_VIS, VERSION_VIS, and WEATHER_PRESETS_LIST.
Referenced by GetInstance().
|
inlineprotected |
Definition at line 73 of file pluginconfigemotesprofile.c.
References GetNewCfgParamInt(), EmoteConstants::ID_EMOTE_GREETING, EmoteConstants::ID_EMOTE_HEART, EmoteConstants::ID_EMOTE_POINT, EmoteConstants::ID_EMOTE_SOS, EmoteConstants::ID_EMOTE_SUICIDE, EmoteConstants::ID_EMOTE_SURRENDER, EmoteConstants::ID_EMOTE_TAUNT, EmoteConstants::ID_EMOTE_TAUNTELBOW, EmoteConstants::ID_EMOTE_TAUNTKISS, EmoteConstants::ID_EMOTE_THROAT, EmoteConstants::ID_EMOTE_THUMB, and m_DefaultValues.
Referenced by GetInstance().
Definition at line 1917 of file pluginconfigdebugprofile.c.
References m_PresetList, SetArray(), and SetPreset().
Definition at line 1931 of file pluginconfigdebugprofile.c.
References m_PresetList, and RemovePreset().
Definition at line 1945 of file pluginconfigdebugprofile.c.
References m_PresetList, and SetPreset().
|
inlineprotected |
Definition at line 1229 of file pluginconfigdebugprofile.c.
References CAMERA_PRESETS_LIST, CFG_TYPE_STRING, GetArray(), m_CameraPresets, ScriptConsoleCameraDOFPreset::Name, and name.
|
inlineprotected |
Definition at line 1890 of file pluginconfigdebugprofile.c.
References GetArray(), m_PresetList, and PRESET_LIST.
Referenced by PresetRemove().
|
inlineprotected |
Definition at line 1346 of file pluginconfigdebugprofile.c.
References CFG_TYPE_STRING, GetArray(), m_WeatherPresets, name, and WEATHER_PRESETS_LIST.
|
inlineprotected |
Definition at line 276 of file pluginconfigscene.c.
References CFG_TYPE_ARRAY, CFG_TYPE_FLOAT, CFG_TYPE_INT, CFG_TYPE_STRING, EncodeInitScript(), SceneObject::GetHealth(), SceneObject::GetInitScript(), SceneObject::GetLinkedSceneObjects(), SceneObject::GetObject(), SceneObject::GetPositionAsString(), SceneObject::GetRotation(), SceneData::GetSceneObjects(), SceneObject::GetTypeName(), PARAM_OBJ_ATT, PARAM_OBJ_COUNT, PARAM_OBJ_HLT, PARAM_OBJ_ISCR, PARAM_OBJ_LNK, PARAM_OBJ_NAME, PARAM_OBJ_POS, PARAM_OBJ_ROT, and PARAM_OBJ_TYPE.
Referenced by SceneDataSave().
|
inlineprotected |
Definition at line 244 of file pluginconfigscene.c.
References CFG_TYPE_ARRAY, CFG_TYPE_FLOAT, CFG_TYPE_STRING, EncodeInitScript(), SceneData::GetScenePlayers(), PARAM_OBJ_HLT, PARAM_OBJ_ISCR, PARAM_OBJ_POS, PARAM_OBJ_ROT, and PARAM_PLAYER.
Referenced by SceneDataSave().
|
inlineprotected |
Definition at line 188 of file pluginconfigscene.c.
References CFG_TYPE_FLOAT, CFG_TYPE_INT, CFG_TYPE_STRING, SceneData::GetInitDay(), SceneData::GetInitHour(), SceneData::GetInitMinute(), SceneData::GetInitMonth(), SceneData::GetInitTime(), SceneData::GetInitYear(), SceneData::GetNameMission(), PARAM_DAY, PARAM_HOUR, PARAM_MINUTE, PARAM_MISSION, PARAM_MONTH, PARAM_TIME, and PARAM_YEAR.
Referenced by SceneDataSave().
|
inlineprotected |
Definition at line 222 of file pluginconfigscene.c.
References CFG_TYPE_FLOAT, SceneData::GetInitFog(), SceneData::GetInitOvercast(), SceneData::GetInitRain(), SceneData::GetInitWindForce(), PARAM_FOG, PARAM_OVERCAST, PARAM_RAIN, and PARAM_WIND_F.
Referenced by SceneDataSave().
Definition at line 368 of file pluginconfigscene.c.
References FileExist(), GetFileName(), LoadSceneObjects(), LoadScenePlayer(), LoadSceneSettings(), LoadSceneWeather(), m_FileSceneName, SceneDataSave(), and SceneData::SetNameScene().
|
inlineprotected |
Definition at line 159 of file pluginconfigscene.c.
References SceneData::GetNameScene(), GetPlugin(), m_FileSceneName, SaveSceneObjects(), SaveScenePlayer(), SaveSceneSettings(), and SaveSceneWeather().
Referenced by SceneDataLoad().
|
inlineprotected |
Definition at line 72 of file pluginconfigscene.c.
References GetPathScenes().
|
inlineprotected |
Definition at line 81 of file pluginconfigscene.c.
References FileExist(), and GetPathScenes().
Definition at line 62 of file pluginconfigscene.c.
References GetPathScenes().
Definition at line 135 of file pluginconfigdebugprofile.c.
References CFG_TYPE_ARRAY.
Referenced by CustomLocationsAdd(), GetArray(), and PresetAdd().
|
inlineprotected |
Definition at line 1522 of file pluginconfigdebugprofile.c.
References BATCH_QUANT, and SetInt().
|
inlineprotected |
Definition at line 1492 of file pluginconfigdebugprofile.c.
References BATCH_RECT, and GetArray().
Definition at line 171 of file pluginconfigdebugprofile.c.
References CFG_TYPE_BOOL.
Referenced by GetBool(), SetCharacterAgentsVisible(), SetCharacterDebugVisible(), SetCharacterLevelsVisible(), SetCharacterModifiersVisible(), SetCharacterStatsVisible(), SetCharacterStomachVisible(), SetFilterOrderReversed(), SetFreeCameraCrosshairVisible(), SetHealthVisible(), SetHorticultureVisible(), SetLogsEnabled(), SetMergeType(), SetSceneEditorDrawSelection(), SetSceneEditorLoadPlayerPos(), SetShowItemPreview(), SetTempVisible(), and SetVersionVisible().
|
inlineprotected |
Definition at line 1629 of file pluginconfigdebugprofile.c.
References CHAR_AGENTS_VIS, and SetBool().
|
inlineprotected |
Definition at line 1642 of file pluginconfigdebugprofile.c.
References CHAR_DEBUG_VIS, and SetBool().
|
inlineprotected |
Definition at line 1574 of file pluginconfigdebugprofile.c.
References CHAR_LEVELS_VIS, and SetBool().
|
inlineprotected |
Definition at line 1616 of file pluginconfigdebugprofile.c.
References CHAR_MODIFIERS_VIS, and SetBool().
|
inlineprotected |
Definition at line 1603 of file pluginconfigdebugprofile.c.
References CHAR_STATS_VIS, and SetBool().
|
inlineprotected |
Definition at line 1655 of file pluginconfigdebugprofile.c.
References CHAR_STOMACH_VIS, and SetBool().
|
inlineprotected |
Definition at line 1773 of file pluginconfigdebugprofile.c.
References CONFIG_CLASSES_FLAG, and SetInt().
|
inlineprotected |
Definition at line 1479 of file pluginconfigdebugprofile.c.
References PRESET_DEFAULT, and SetString().
|
inlineprotected |
Definition at line 109 of file pluginconfigemotesprofile.c.
References SetInt().
|
inlineprotected |
Definition at line 199 of file pluginconfigemotesprofile.c.
References SetInt().
|
inlineprotected |
Definition at line 209 of file pluginconfigemotesprofile.c.
References SetInt().
|
inlineprotected |
Definition at line 119 of file pluginconfigemotesprofile.c.
References SetInt().
|
inlineprotected |
Definition at line 129 of file pluginconfigemotesprofile.c.
References SetInt().
|
inlineprotected |
Definition at line 139 of file pluginconfigemotesprofile.c.
References SetInt().
|
inlineprotected |
Definition at line 149 of file pluginconfigemotesprofile.c.
References SetInt().
|
inlineprotected |
Definition at line 159 of file pluginconfigemotesprofile.c.
References SetInt().
|
inlineprotected |
Definition at line 169 of file pluginconfigemotesprofile.c.
References SetInt().
|
inlineprotected |
Definition at line 179 of file pluginconfigemotesprofile.c.
References SetInt().
|
inlineprotected |
Definition at line 189 of file pluginconfigemotesprofile.c.
References SetInt().
|
inlineprotected |
Definition at line 1466 of file pluginconfigdebugprofile.c.
References FILTER_REVERSED, and SetBool().
Definition at line 203 of file pluginconfigdebugprofile.c.
References CFG_TYPE_FLOAT.
Referenced by GetFloat(), and SetSpawnDistance().
|
inlineprotected |
Definition at line 1668 of file pluginconfigdebugprofile.c.
References FREE_CAMERA_CROSSHAIR, and SetBool().
|
inlineprotected |
Definition at line 1733 of file pluginconfigdebugprofile.c.
References HEALTH_VIS, and SetBool().
|
inlineprotected |
Definition at line 1746 of file pluginconfigdebugprofile.c.
References HORTICULTURE_VIS, and SetBool().
Definition at line 235 of file pluginconfigdebugprofile.c.
References CFG_TYPE_INT.
Referenced by GetInt(), SetBatchSpawnQuantity(), SetConfigClassesFlag(), SetEmoteSlot1(), SetEmoteSlot10(), SetEmoteSlot11(), SetEmoteSlot2(), SetEmoteSlot3(), SetEmoteSlot4(), SetEmoteSlot5(), SetEmoteSlot6(), SetEmoteSlot7(), SetEmoteSlot8(), SetEmoteSlot9(), SetItemCategoryFlag(), SetSceneEditorRotationAngle(), SetSpawnLocIndex(), and SetTabSelected().
Definition at line 41 of file pluginconfigemotesprofile.c.
References CFG_TYPE_INT.
|
inlineprotected |
Definition at line 1787 of file pluginconfigdebugprofile.c.
References ITEM_CATEGORY_FLAG, and SetInt().
|
inlineprotected |
Definition at line 1583 of file pluginconfigdebugprofile.c.
References ITEMDEBUG, SetString(), and vector::ToString().
Definition at line 2075 of file pluginconfigdebugprofile.c.
References GetItemParam(), GetItemParams(), and SUB_PARAM_ITEM_HEALTH.
Definition at line 2116 of file pluginconfigdebugprofile.c.
References GetItemParam(), GetItemParams(), and SUB_PARAM_ITEM_QUANTITY.
|
inlineprotected |
Definition at line 1534 of file pluginconfigdebugprofile.c.
References ITEM_SEARCH, and SetString().
Definition at line 2157 of file pluginconfigdebugprofile.c.
References GetItemParam(), GetItemParams(), and SUB_PARAM_ITEM_WITH_PHYSICS.
|
inlineprotected |
Definition at line 1560 of file pluginconfigdebugprofile.c.
References LOGS_ENABLED, and SetBool().
|
inlineprotected |
Definition at line 1694 of file pluginconfigdebugprofile.c.
References MERGE_TYPE, and SetBool().
Definition at line 1867 of file pluginconfigdebugprofile.c.
References GetArray(), m_PresetList, and PRESET_LIST.
Referenced by PresetAdd(), and PresetRename().
|
inlineprotected |
Definition at line 1401 of file pluginconfigdebugprofile.c.
References SCENE_DRAW_SELECTION, and SetBool().
|
inlineprotected |
Definition at line 1414 of file pluginconfigdebugprofile.c.
References SCENE_LOAD_PLAYER_POS, and SetBool().
|
inlineprotected |
Definition at line 57 of file pluginmissionconfig.c.
References CFG_TYPE_STRING, and SCENE_EDITOR_SCENE.
|
inlineprotected |
Definition at line 1427 of file pluginconfigdebugprofile.c.
References SCENE_ROTATION_ANGLE, and SetInt().
|
inlineprotected |
Definition at line 1759 of file pluginconfigdebugprofile.c.
References ITEM_PREVIEW, and SetBool().
|
inlineprotected |
Definition at line 1707 of file pluginconfigdebugprofile.c.
References SetString(), and SOUNDFILTER.
|
inlineprotected |
Definition at line 1547 of file pluginconfigdebugprofile.c.
References SetFloat(), and SPAWN_DISTANCE.
|
inlineprotected |
Definition at line 1453 of file pluginconfigdebugprofile.c.
References SetInt(), and SPAWN_LOC_INDEX.
Definition at line 267 of file pluginconfigdebugprofile.c.
References CFG_TYPE_STRING.
Referenced by GetString(), SetDefaultPreset(), SetItemDebugPos(), SetItemSearch(), and SetSoundsetFilter().
|
inlineprotected |
Definition at line 1440 of file pluginconfigdebugprofile.c.
References ITEM_TAB_SELECTED, and SetInt().
|
inlineprotected |
Definition at line 1720 of file pluginconfigdebugprofile.c.
|
inlineprotected |
Definition at line 1681 of file pluginconfigdebugprofile.c.
References SetBool(), and VERSION_VIS.
Definition at line 2003 of file pluginconfigdebugprofile.c.
References GetArray().
|
protected |
Definition at line 58 of file pluginconfigdebugprofile.c.
Referenced by GetBatchSpawnQuantity(), PluginConfigDebugProfile(), and SetBatchSpawnQuantity().
|
protected |
Definition at line 57 of file pluginconfigdebugprofile.c.
Referenced by GetBatchSpawnRectangle(), PluginConfigDebugProfile(), and SetBatchSpawnRectangle().
|
protected |
Definition at line 64 of file pluginconfigdebugprofile.c.
Referenced by AddCameraPreset(), LoadCameraPresets(), PluginConfigDebugProfile(), and RemoveCameraPreset().
|
protected |
Definition at line 39 of file pluginconfigdebugprofile.c.
Referenced by GetCharacterAgentsVisible(), PluginConfigDebugProfile(), and SetCharacterAgentsVisible().
|
protected |
Definition at line 40 of file pluginconfigdebugprofile.c.
Referenced by GetCharacterDebugVisible(), PluginConfigDebugProfile(), and SetCharacterDebugVisible().
|
protected |
Definition at line 37 of file pluginconfigdebugprofile.c.
Referenced by GetCharacterLevelsVisible(), PluginConfigDebugProfile(), and SetCharacterLevelsVisible().
|
protected |
Definition at line 38 of file pluginconfigdebugprofile.c.
Referenced by GetCharacterModifiersVisible(), PluginConfigDebugProfile(), and SetCharacterModifiersVisible().
|
protected |
Definition at line 36 of file pluginconfigdebugprofile.c.
Referenced by GetCharacterStatsVisible(), PluginConfigDebugProfile(), and SetCharacterStatsVisible().
|
protected |
Definition at line 41 of file pluginconfigdebugprofile.c.
Referenced by GetCharacterStomachVisible(), and SetCharacterStomachVisible().
|
protected |
Definition at line 54 of file pluginconfigdebugprofile.c.
Referenced by GetConfigClassesFlag(), PluginConfigDebugProfile(), and SetConfigClassesFlag().
|
protected |
Definition at line 3 of file pluginmissionconfig.c.
Referenced by GetFileName().
|
protected |
Definition at line 3 of file pluginconfigscene.c.
Referenced by GetPathScenes(), and OnInit().
|
protected |
Definition at line 4 of file pluginconfigscene.c.
Referenced by GetPathScenes().
|
protected |
Definition at line 62 of file pluginconfigdebugprofile.c.
Referenced by GetFilterOrderReversed(), PluginConfigDebugProfile(), and SetFilterOrderReversed().
|
protected |
Definition at line 42 of file pluginconfigdebugprofile.c.
Referenced by GetFreeCameraCrosshairVisible(), PluginConfigDebugProfile(), and SetFreeCameraCrosshairVisible().
|
protected |
Definition at line 46 of file pluginconfigdebugprofile.c.
Referenced by GetHealthVisible(), PluginConfigDebugProfile(), and SetHealthVisible().
|
protected |
Definition at line 47 of file pluginconfigdebugprofile.c.
Referenced by GetHorticultureVisible(), PluginConfigDebugProfile(), and SetHorticultureVisible().
|
protected |
Definition at line 55 of file pluginconfigdebugprofile.c.
Referenced by GetItemCategoryFlag(), and SetItemCategoryFlag().
|
protected |
Definition at line 56 of file pluginconfigdebugprofile.c.
Referenced by GetShowItemPreview(), PluginConfigDebugProfile(), and SetShowItemPreview().
|
protected |
Definition at line 34 of file pluginconfigdebugprofile.c.
Referenced by GetItemSearch(), PluginConfigDebugProfile(), and SetItemSearch().
|
protected |
Definition at line 31 of file pluginconfigdebugprofile.c.
Referenced by GetTabSelected(), PluginConfigDebugProfile(), and SetTabSelected().
|
protected |
Definition at line 60 of file pluginconfigdebugprofile.c.
Referenced by GetItemDebugPos(), PluginConfigDebugProfile(), and SetItemDebugPos().
|
protected |
Definition at line 53 of file pluginconfigdebugprofile.c.
Referenced by GetLogsEnabled(), PluginConfigDebugProfile(), and SetLogsEnabled().
|
protected |
Definition at line 71 of file pluginconfigdebugprofile.c.
Referenced by AddCameraPreset(), GetCameraPresets(), LoadCameraPresets(), and RemoveCameraPreset().
|
protected |
Definition at line 29 of file pluginconfigscene.c.
Definition at line 67 of file pluginconfigdebugprofile.c.
Referenced by GetArray(), GetBool(), GetFloat(), GetInt(), GetString(), PluginConfigDebugProfile(), and PluginConfigEmotesProfile().
|
protected |
Definition at line 31 of file pluginconfigscene.c.
Referenced by GetFileName(), SceneDataLoad(), and SceneDataSave().
|
protected |
Definition at line 68 of file pluginconfigdebugprofile.c.
Referenced by GetItemParams(), GetPresetItems(), GetPresets(), ItemAddToPreset(), ItemRemoveFromPreset(), OnInit(), PresetAdd(), PresetRemove(), PresetRename(), RemovePreset(), and SetPreset().
|
protected |
Definition at line 72 of file pluginconfigdebugprofile.c.
Referenced by AddWeatherPreset(), GetWeatherPresets(), LoadWeatherPresets(), and RemoveWeatherPreset().
|
protected |
Definition at line 44 of file pluginconfigdebugprofile.c.
Referenced by GetMergeType(), PluginConfigDebugProfile(), and SetMergeType().
|
protected |
Definition at line 10 of file pluginconfigscene.c.
Referenced by LoadSceneSettings(), and SaveSceneSettings().
|
protected |
Definition at line 15 of file pluginconfigscene.c.
Referenced by LoadSceneWeather(), and SaveSceneWeather().
|
protected |
Definition at line 11 of file pluginconfigscene.c.
Referenced by LoadSceneSettings(), and SaveSceneSettings().
|
protected |
Definition at line 12 of file pluginconfigscene.c.
Referenced by LoadSceneSettings(), and SaveSceneSettings().
|
protected |
Definition at line 6 of file pluginconfigscene.c.
Referenced by LoadSceneSettings(), and SaveSceneSettings().
|
protected |
Definition at line 9 of file pluginconfigscene.c.
Referenced by LoadSceneSettings(), and SaveSceneSettings().
|
protected |
Definition at line 20 of file pluginconfigscene.c.
Referenced by LoadSceneObjects(), and SaveSceneObjects().
|
protected |
Definition at line 18 of file pluginconfigscene.c.
Referenced by LoadSceneObjects(), and SaveSceneObjects().
|
protected |
Definition at line 25 of file pluginconfigscene.c.
|
protected |
Definition at line 26 of file pluginconfigscene.c.
Referenced by LoadSceneObjects(), LoadScenePlayer(), SaveSceneObjects(), and SaveScenePlayer().
|
protected |
Definition at line 27 of file pluginconfigscene.c.
Referenced by LoadSceneObjects(), LoadScenePlayer(), SaveSceneObjects(), and SaveScenePlayer().
|
protected |
Definition at line 21 of file pluginconfigscene.c.
Referenced by LoadSceneObjects(), and SaveSceneObjects().
|
protected |
Definition at line 19 of file pluginconfigscene.c.
Referenced by LoadSceneObjects(), and SaveSceneObjects().
|
protected |
Definition at line 23 of file pluginconfigscene.c.
Referenced by LoadSceneObjects(), LoadScenePlayer(), SaveSceneObjects(), and SaveScenePlayer().
|
protected |
Definition at line 24 of file pluginconfigscene.c.
Referenced by LoadSceneObjects(), LoadScenePlayer(), SaveSceneObjects(), and SaveScenePlayer().
|
protected |
Definition at line 22 of file pluginconfigscene.c.
Referenced by LoadSceneObjects(), and SaveSceneObjects().
|
protected |
Definition at line 13 of file pluginconfigscene.c.
Referenced by LoadSceneWeather(), and SaveSceneWeather().
|
protected |
Definition at line 17 of file pluginconfigscene.c.
Referenced by LoadScenePlayer(), and SaveScenePlayer().
|
protected |
Definition at line 14 of file pluginconfigscene.c.
Referenced by LoadSceneWeather(), and SaveSceneWeather().
|
protected |
Definition at line 7 of file pluginconfigscene.c.
Referenced by LoadSceneSettings(), and SaveSceneSettings().
|
protected |
Definition at line 16 of file pluginconfigscene.c.
Referenced by LoadSceneWeather(), and SaveSceneWeather().
|
protected |
Definition at line 8 of file pluginconfigscene.c.
Referenced by LoadSceneSettings(), and SaveSceneSettings().
|
protected |
Definition at line 69 of file pluginconfigdebugprofile.c.
Referenced by CustomLocationsAdd(), CustomLocationsRemove(), and GetLocationsData().
|
protected |
Definition at line 33 of file pluginconfigdebugprofile.c.
Referenced by GetDefaultPreset(), PluginConfigDebugProfile(), and SetDefaultPreset().
|
protected |
Definition at line 32 of file pluginconfigdebugprofile.c.
Referenced by OnInit(), RemovePreset(), and SetPreset().
|
protected |
Definition at line 28 of file pluginconfigdebugprofile.c.
Referenced by GetSceneEditorDrawSelection(), PluginConfigDebugProfile(), and SetSceneEditorDrawSelection().
|
protected |
Definition at line 4 of file pluginmissionconfig.c.
Referenced by GetSceneEditorName(), OnInit(), and SetSceneEditorName().
|
protected |
Definition at line 29 of file pluginconfigdebugprofile.c.
Referenced by GetSceneEditorLoadPlayerPos(), PluginConfigDebugProfile(), and SetSceneEditorLoadPlayerPos().
|
protected |
Definition at line 30 of file pluginconfigdebugprofile.c.
Referenced by GetSceneEditorRotationAngle(), PluginConfigDebugProfile(), and SetSceneEditorRotationAngle().
|
protected |
Definition at line 59 of file pluginconfigdebugprofile.c.
Referenced by GetSoundsetFilter(), PluginConfigDebugProfile(), and SetSoundsetFilter().
|
protected |
Definition at line 35 of file pluginconfigdebugprofile.c.
Referenced by GetSpawnDistance(), PluginConfigDebugProfile(), and SetSpawnDistance().
|
protected |
Definition at line 61 of file pluginconfigdebugprofile.c.
Referenced by GetSpawnLocIndex(), PluginConfigDebugProfile(), and SetSpawnLocIndex().
|
protected |
Definition at line 48 of file pluginconfigdebugprofile.c.
Referenced by ItemAddToPreset().
|
protected |
Definition at line 50 of file pluginconfigdebugprofile.c.
Referenced by GetItemHealth(), and SetItemHealth().
|
protected |
Definition at line 49 of file pluginconfigdebugprofile.c.
Referenced by GetPresetItems(), and ItemAddToPreset().
|
protected |
Definition at line 51 of file pluginconfigdebugprofile.c.
Referenced by GetItemQuantity(), and SetItemQuantity().
|
protected |
Definition at line 52 of file pluginconfigdebugprofile.c.
Referenced by GetItemWithPhysics(), and SetItemWithPhysics().
|
protected |
Definition at line 45 of file pluginconfigdebugprofile.c.
Referenced by GetTempVisible(), PluginConfigDebugProfile(), and SetTempVisible().
|
protected |
Definition at line 43 of file pluginconfigdebugprofile.c.
Referenced by GetVersionVisible(), PluginConfigDebugProfile(), and SetVersionVisible().
|
protected |
Definition at line 65 of file pluginconfigdebugprofile.c.
Referenced by AddWeatherPreset(), LoadWeatherPresets(), PluginConfigDebugProfile(), and RemoveWeatherPreset().