![]() |
Dayz Explorer 1.28.160049
|
inventory for plain man/human More...
Protected Member Functions | |
| bool | ReplaceItemInElsewhereWithNewinHandsImpl (InventoryMode mode, HandEventBase e) |
| bool | ReplaceItemInHandsWithNewImpl (InventoryMode mode, HandEventBase e) |
| bool | ReplaceItemInHandsWithNew (InventoryMode mode, ReplaceItemWithNewLambdaBase lambda) |
| bool | ReplaceItemInHandsWithNewElsewhere (InventoryMode mode, ReplaceItemWithNewLambdaBase lambda) |
| bool | SwappingToPreviousLocation (EntityAI item1, EntityAI item2, out InventoryLocation dst) |
| void | HandleInventoryManipulation () |
| void | Update (float delta_time) |
| bool | ValidateUserReservationCancel (inout Serializer ctx, InventoryValidation validation) |
| bool | PostDeferredEventTakeToDst (InventoryMode mode, notnull InventoryLocation src, notnull InventoryLocation dst) |
| bool | PostDeferredForceSwapEntities (InventoryMode mode, notnull EntityAI item1, notnull EntityAI item2, notnull InventoryLocation dst1, notnull InventoryLocation dst2) |
inventory for plain man/human
HumanInventory has simple synchronous operations only, i.e. no animations are involved while adding/removing/swapping to/from hands.
Animations are added on higher level of hierarchy (DayZPlayerInventory for example)
Definition at line 9 of file humaninventory.c.
|
protected |
|
protected |
Definition at line 617 of file humaninventory.c.
|
protected |
Definition at line 623 of file humaninventory.c.
|
protected |
Definition at line 465 of file humaninventory.c.
|
protected |
Definition at line 530 of file humaninventory.c.
|
protected |
Definition at line 535 of file humaninventory.c.
|
protected |
Definition at line 500 of file humaninventory.c.
|
protected |
Definition at line 540 of file humaninventory.c.
|
protected |
Definition at line 579 of file humaninventory.c.
|
protected |
TODO(kumarjac): It returned true and claimed success before, is this correct?
Definition at line 600 of file humaninventory.c.