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

Закрытые члены

override bool GuardCondition (HandEventBase e)
 

Подробное описание

Методы

◆ GuardCondition()

override bool GuardCondition ( HandEventBase e)
inlineprivate
322 {
324 if (es)
325 {
326 int animType1 = -1;
327 int animType2 = -1;
328 if (ProcessSwapEvent(e, animType1, animType2))
329 {
330 e.m_AnimationID = animType1;
331 es.m_Animation2ID = animType2;
332 return true;
333 }
334 }
335 else
336 Error("[hndfsm] HandSelectAnimationOfSwapInHandsEvent - not a swap event");
337 return false;
338 }
Definition Hand_Events.c:679
Definition EntityAI.c:95
void Error(string err)
Messagebox with error message.
Definition EnDebug.c:90

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


Объявления и описания членов класса находятся в файле: