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

◆ GetTooltip()

string EntityAI::GetTooltip ( )
inlineprivate

Get tooltip text.

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

54 {
55 string temp;
56 if (!DescriptionOverride(temp))
57 temp = ConfigGetString("descriptionShort");
58 return temp;
59 }