Contents

actionWasDiscarded(_:)

Called once for every local action that is discarded because there is insufficient space to enqueue and become pending. Every local action will, in order, generate either an actionIsPending or actionWasDiscarded callback in the next update after it was added.

Declaration

func actionWasDiscarded(_ action: some TabletopAction)

See Also

Validating actions