Skip to content
This repository was archived by the owner on Nov 16, 2025. It is now read-only.

StateBase exit()

ged edited this page Sep 10, 2024 · 2 revisions

Definition

Executes the State's "exit" callback.

template<class TContext>
void exit(TContext* const context) const

Type Parameters

  • TContext: The type of the context, which holds data or behavior relevant to the state machine.

Parameters

  • context: The context to be used by the state machine.

Clone this wiki locally