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

◆ ServerTakeEntityAsAttachmentEx()

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

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

1972 {
1973 return GetInventory().TakeEntityAsAttachmentEx(InventoryMode.SERVER, item, slot);
1974 }
InventoryMode
NOTE: PREDICTIVE is not to be used at all in multiplayer.
Определения Inventory.c:22
proto native GameInventory GetInventory()
bool TakeEntityAsAttachmentEx(InventoryMode mode, notnull EntityAI item, int slot)
Определения Inventory.c:1128

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