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

◆ InventoryLocationType

types of Inventory Location

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

unknown, usually freshly created object

GROUND 
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.

VEHICLE 

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

4{
5 UNKNOWN,
6 GROUND,
8 CARGO,
9 HANDS,
11 VEHICLE,
12};
@ UNKNOWN
24 - Any other error. Can be returned from any call.
Определения BIOSErrorModule.c:56
@ VEHICLE
Определения DayZPhysics.c:8
@ PROXYCARGO
cargo of a large object (building,...)
Определения InventoryLocation.c:10
@ HANDS
hands of another entity
Определения InventoryLocation.c:9
@ CARGO
cargo of another entity
Определения InventoryLocation.c:8
@ ATTACHMENT
< ground
Определения InventoryLocation.c:7
@ GROUND
Определения InventoryLocation.c:6