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

◆ SetupAction()

override bool ActionRepackTent::SetupAction ( PlayerBase player,
ActionTarget target,
ItemBase item,
out ActionData action_data,
Param extra_data = NULL )
inlineprivate

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

94 {
95 SetupAnimation( item );
96
97 if ( super.SetupAction(player, target, item, action_data, extra_data ))
98 {
99 return true;
100 }
101 return false;
102 }
void SetupAnimation(ItemBase item)
Определения ActionRepackTent.c:157

Перекрестные ссылки ActionData, ActionTarget и SetupAnimation().