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

◆ ProcessSwapEvent()

bool HandGuardBase::ProcessSwapEvent ( notnull HandEventBase e,
out int animType1,
out int animType2 )
inlineprotected

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

256 {
257 HandEventSwap es = HandEventSwap.Cast(e);
258 if (es)
259 return SelectAnimationOfForceSwapInHands(e.m_Player, es.m_Src, es.m_Src2, es.m_Dst, es.m_Dst2, animType1, animType2);
260 Error("HandSelectAnimationOfForceSwapInHandsEvent - not an swap event");
261 return false;
262 }
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)
Определения HandAnimated_Guards.c:160
void Error(string err)
Messagebox with error message.
Определения EnDebug.c:90

Перекрестные ссылки Error() и SelectAnimationOfForceSwapInHands().

Используется в GuardCondition().