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

◆ ServerTakeEntityToTargetAttachment()

bool Entity::ServerTakeEntityToTargetAttachment ( notnull EntityAI target,
notnull EntityAI item )
inlineprotected

См. определение в файле 3_Game/DayZ/Entities/EntityAI.c строка 2043

2044 {
2045 return GetInventory().TakeEntityAsTargetAttachment(InventoryMode.SERVER, target, item);
2046 }
InventoryMode
NOTE: PREDICTIVE is not to be used at all in multiplayer.
proto native GameInventory GetInventory()
bool TakeEntityAsTargetAttachment(InventoryMode mode, notnull EntityAI target, notnull EntityAI item)

Перекрестные ссылки EntityAI() и GetInventory().