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

represents guard on a transition from state to state Подробнее...

Защищенные члены

void BotGuardDebugEventMatches (BotEventStartDebug e=NULL)
 
override bool GuardCondition (BotEventBase e)
 

Защищенные данные

ref BotEventStartDebug m_Event
 

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

bool GuardCondition (BotEventBase e)
 
void BotGuardAnd (BotGuardBase arg0=NULL, BotGuardBase arg1=NULL)
 
override bool GuardCondition (BotEventBase e)
 
void BotGuardNot (BotGuardBase arg0=NULL)
 
override bool GuardCondition (BotEventBase e)
 
void BotGuardOr (BotGuardBase arg0=NULL, BotGuardBase arg1=NULL)
 
override bool GuardCondition (BotEventBase e)
 

Закрытые данные

ref BotGuardBase m_arg0
 
ref BotGuardBase m_arg1
 

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

represents guard on a transition from state to state

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