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

◆ LocalTakeEntityAsAttachmentEx()

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

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

504 {
505 return TakeEntityAsAttachmentExImpl(InventoryMode.LOCAL, item, slot);
506 }
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().

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