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

◆ GetItemDisplayName()

static string GetItemDisplayName ( string type)
staticprotected

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

1788 {
1789 return GetGame().ConfigGetTextOut("CfgVehicles " + type + " displayName");
1790 }
string ConfigGetTextOut(string path)
Get string value from config on path.
Определения Global/game.c:463
proto native CGame GetGame()

Перекрестные ссылки CGame::ConfigGetTextOut() и GetGame().