DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
ServerTakeEntityToTargetCargoEx()
override
bool
EntityAI::ServerTakeEntityToTargetCargoEx
(
notnull
CargoBase
cargo
,
notnull
EntityAI
item
,
int
row
,
int
col
)
inline
protected
См. определение в файле
Man.c
строка
668
669
{
670
return
TakeEntityToTargetCargoExImpl
(
InventoryMode
.SERVER, cargo, item, row, col);
671
}
InventoryMode
InventoryMode
NOTE: PREDICTIVE is not to be used at all in multiplayer.
Определения
Inventory.c:22
EntityAI::TakeEntityToTargetCargoExImpl
bool TakeEntityToTargetCargoExImpl(InventoryMode mode, notnull CargoBase cargo, notnull EntityAI item, int row, int col)
Определения
Man.c:673
Перекрестные ссылки
TakeEntityToTargetCargoExImpl()
.
EntityAI
Создано системой
1.13.2