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

◆ ProcessSwapEvent()

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

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

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

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

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