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

◆ ServerTakeEntityAsAttachmentEx()

override bool EntityAI::ServerTakeEntityAsAttachmentEx ( notnull EntityAI item,
int slot )
inlineprotected

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

509 {
510 return TakeEntityAsAttachmentExImpl(InventoryMode.SERVER, item, slot);
511 }
InventoryMode
NOTE: PREDICTIVE is not to be used at all in multiplayer.
bool TakeEntityAsAttachmentExImpl(InventoryMode mode, notnull EntityAI item, int slot)
Определения 3_Game/DayZ/Entities/Man.c:513

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