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

◆ InventoryCommandType

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

generic move, may involve animations

SYNC_MOVE 

synchronous move. action is finished immeadiately, no animations involved

HAND_EVENT 

event for hands

SWAP 

swap two entities (simple swap of compatible objects)

swapping from ground

FORCESWAP 

Forced swap two entities. First goes to second's place, second goes "somewhere else".

DESTROY 

destroy of entity right in inventory

REPLACE 

replace of entity in inventory (@NOTE: hands goes through HAND_EVENT)

USER_RESERVATION_CANCEL 

Clear user reserved inventory space.

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

3{
4 MOVE,
7 SWAP,
9 DESTROY,
10 REPLACE,
12};
@ USER_RESERVATION_CANCEL
Clear user reserved inventory space.
Определения Inventory.c:11
@ SYNC_MOVE
synchronous move. action is finished immeadiately, no animations involved
Определения Inventory.c:5
@ HAND_EVENT
event for hands
Определения Inventory.c:6
@ MOVE
generic move, may involve animations
Определения Inventory.c:4
@ FORCESWAP
Определения Hand_Events.c:14
@ DESTROY
Определения Hand_Events.c:15
@ REPLACE
Определения Hand_Events.c:18
@ SWAP
swapping from ground
Определения Hand_Events.c:13