pub async fn action_transition(
configuration: &Configuration,
params: ActionTransitionParams,
) -> Result<CharacterTransitionResponseSchema, Error<ActionTransitionError>>Expand description
Execute a transition from the current map to another layer. The character must be on a map that has a transition available.