DayZ 1.29
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено

◆ GetDLCImage()

static string ModInfo::GetDLCImage ( string name)
inlinestaticprivate

См. определение в файле ModInfo.c строка 24

25 {
26 string imagePath;
27 switch (name)
28 {
29 case "badlands":
30 {
31 imagePath = "gui/textures/dlc_panel_badlands.edds";
32 break;
33 }
34 case "frostline":
35 {
36 imagePath = "gui/textures/dlc_panel_frostline.edds";
37 break;
38 }
39 default:
40 {
41 imagePath = "set:dayz_gui image:ProgressDayZFull";
42 break;
43 }
44 }
45
46 return imagePath;
47 }
PlayerSpawnPresetDiscreteItemSetSlotData name
one set for cargo

Перекрестные ссылки name.

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