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

◆ LocalTakeEntityAsAttachmentEx()

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

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

477 {
478 return TakeEntityAsAttachmentExImpl(InventoryMode.LOCAL, item, slot);
479 }
InventoryMode
NOTE: PREDICTIVE is not to be used at all in multiplayer.
Определения Inventory.c:22
bool TakeEntityAsAttachmentExImpl(InventoryMode mode, notnull EntityAI item, int slot)
Определения Man.c:486

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

Используется в ActionAttachWheels::OnExecuteClient() и ActionAttachWheels::OnExecuteServer().