DayZ 1.26
DayZ Explorer by KGB
|
Структуры данных | |
class | HandGuardBase |
TODO(kumarjac): This guard is unused but it has a fault and doesn't conform with maximimal/minimal checks on "Juncture"/"Remote". Подробнее... | |
class | HandSelectAnimationOfForceSwapInHandsEvent |
bool SelectAnimationOfForceSwapInHands | ( | notnull Man | player, |
notnull InventoryLocation | old_src, | ||
notnull InventoryLocation | new_src, | ||
notnull InventoryLocation | old_dst, | ||
notnull InventoryLocation | new_dst, | ||
out int | animType1, | ||
out int | animType2 ) |
Перекрестные ссылки InventoryLocation::DumpToStringNullSafe(), hndDebugPrint(), LogManager::IsInventoryHFSMLogEnable() и SlotToAnimType().
Используется в HandGuardBase::ProcessSwapEvent().
bool SelectAnimationOfMoveFromHands | ( | notnull Man | player, |
notnull InventoryLocation | src, | ||
notnull InventoryLocation | dst, | ||
out int | animType ) |
Перекрестные ссылки hndDebugPrint(), LogManager::IsInventoryHFSMLogEnable() и SlotToAnimType().
Используется в HandGuardBase::GuardCondition().
bool SelectAnimationOfTakeToHands | ( | notnull Man | player, |
notnull InventoryLocation | src, | ||
notnull InventoryLocation | dst, | ||
out int | animType ) |
Перекрестные ссылки hndDebugPrint(), LogManager::IsInventoryHFSMLogEnable() и SlotToAnimType().
Используется в HandGuardBase::GuardCondition().
int SlotToAnimType | ( | notnull Man | player, |
notnull InventoryLocation | src, | ||
InventoryLocation | dst = null ) |
Используется в SelectAnimationOfForceSwapInHands(), SelectAnimationOfMoveFromHands() и SelectAnimationOfTakeToHands().