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

◆ RepackLambda()

void RepackLambda::RepackLambda ( EntityAI old_item,
string new_item_type,
PlayerBase player )
inlineprivate

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

219 {
220 InventoryLocation hands = new InventoryLocation;
221 hands.SetHands( player, null );
222 OverrideNewLocation( hands );
223 }
proto native void SetHands(notnull EntityAI parent, EntityAI e)
sets current inventory location type to Hands

Перекрестные ссылки InventoryLocation::SetHands().