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

◆ SetAction() [2/2]

void InventoryActionHandler::SetAction ( ActionBase action,
ItemBase target_item,
ItemBase main_item )
inlineprivate

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

31 {
32 Object target_parent = null;
33 if(target_item)
34 {
35 target_parent = target_item.GetHierarchyParent();
36 }
37 ActionTarget at = new ActionTarget(target_item, target_parent, -1, vector.Zero, -1);
38
39 SetAction(action, at, main_item );
40 }
class ActionTargets ActionTarget
void SetAction(ActionBase action, ItemBase target_item, ItemBase main_item)
Определения InventoryActionHandler.c:30
class LOD Object

Перекрестные ссылки ActionTarget, SetAction() и vector::Zero.

Используется в SetAction().