DIFF

class WeaponGuardBaseSource

represents guard on a transition from state to state

Methods 1

bool GuardCondition(WeaponEventBase 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