class BotGuardBaseSource
Derived classes
represents guard on a transition from state to state
Methods 1
bool GuardCondition(BotEventBase e)enable or disable transition based on condition the guard is a boolean operation executed first and which can prevent the transition from firing by returning false
Returns: true if transition is allowed
Referenced by BotGuardAnd.GuardCondition(), BotGuardNot.GuardCondition(), and BotGuardOr.GuardCondition()