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

◆ FindInventoryLocationType

flags for searching locations in inventory

Элементы перечислений
ATTACHMENT 

< ground

ATT.

attachment of another entity

CARGO 

cargo of another entity

CGO.

HANDS 

hands of another entity

HND.

PROXYCARGO 

cargo of a large object (building,...)

PXY.

ANY_CARGO 

CGO | PXY.

ANY 

ATT | CGO | PXY | HND.

NO_SLOT_AUTO_ASSIGN 

skips auto-assign test

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

17{
19 CARGO,
20 HANDS,
22 ANY_CARGO,
23 ANY,
25};
class DynamicMusicTrackData ANY
@ PROXYCARGO
cargo of a large object (building,...)
Определения InventoryLocation.c:10
@ ANY_CARGO
CGO | PXY.
Определения InventoryLocation.c:22
@ HANDS
hands of another entity
Определения InventoryLocation.c:9
@ CARGO
cargo of another entity
Определения InventoryLocation.c:8
@ NO_SLOT_AUTO_ASSIGN
skips auto-assign test
Определения InventoryLocation.c:24
@ ATTACHMENT
< ground
Определения InventoryLocation.c:7