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

◆ GetTargetName()

string ActionBase::GetTargetName ( PlayerBase player,
ActionTarget target )
inlineprotected

Used to set the name of action target displayed in UI in case ActionBase::DisplayTargetInActionText is true.

Аргументы
playerreference to player running action
targetactual target reference
Возвращает
name of the target

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

415 {
416 return string.Empty;
417 }

Перекрестные ссылки ActionTarget и string::Empty.

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