![]() |
Dayz Explorer 1.29.162510
|
Go to the source code of this file.
Classes | |
| class | InventoryLocation |
| InventoryLocation. More... | |
Enumerations | |
| enum | InventoryLocationType { UNKNOWN , GROUND , ATTACHMENT , CARGO , HANDS , PROXYCARGO , VEHICLE , TEMP } |
| types of Inventory Location More... | |
| enum | FindInventoryLocationType { ATTACHMENT , CARGO , HANDS , PROXYCARGO , ANY_CARGO , ANY , NO_SLOT_AUTO_ASSIGN } |
| flags for searching locations in inventory More... | |
Functions | |
| bool | OptionalLocationWriteToContext (InventoryLocation loc, notnull ParamsWriteContext ctx) |
| bool | OptionalLocationReadFromContext (out InventoryLocation loc, notnull ParamsReadContext ctx) |
flags for searching locations in inventory
Definition at line 17 of file inventorylocation.c.
types of Inventory Location
Definition at line 3 of file inventorylocation.c.
| bool OptionalLocationReadFromContext | ( | out InventoryLocation | loc, |
| notnull ParamsReadContext | ctx ) |
Definition at line 732 of file inventorylocation.c.
| bool OptionalLocationWriteToContext | ( | InventoryLocation | loc, |
| notnull ParamsWriteContext | ctx ) |
Definition at line 710 of file inventorylocation.c.