pub fn handle_inbox_cancel_interactions(
    bdata: &mut BehaviorData<'_, '_, '_>
) -> bool
Expand description

Deny any received interaction:

  • AgentEvent::Talk and AgentEvent::TradeAccepted are cut short by an “I’m busy” message
  • AgentEvent::TradeInvite are denied
  • AgentEvent::FinishedTrade are still handled
  • AgentEvent::UpdatePendingTrade will immediately close the trade