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

◆ LocalTakeEntityAsAttachmentEx()

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

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

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

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

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