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

◆ GuardCondition() [5/5]

override bool BotGuardBase::GuardCondition ( BotEventBase e)
inlineprotected

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

84 {
85 BotEventStartDebug other;
86 if (!Class.CastTo(other, e))
87 {
88 return false;
89 }
90
91 return other.m_Id == m_Event.m_Id;
92 }
int m_Id
Определения BotEvents.c:26
ref BotEventStartDebug m_Event
Определения BotGuards.c:79

Перекрестные ссылки Class::CastTo(), m_Event и BotEventStartDebug::m_Id.