DayZ 1.28
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 строка 420

421 {
422 return string.Empty;
423 }

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

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