pipeworks_mud_mapper.services.state.actions_exit ================================================ .. py:module:: pipeworks_mud_mapper.services.state.actions_exit .. autoapi-nested-parse:: Exit-related zone state transitions. These helpers encapsulate the exit checkbox logic so callbacks can delegate all zone mutations to the state manager. Functions --------- .. autoapisummary:: pipeworks_mud_mapper.services.state.actions_exit.apply_exit_changes Module Contents --------------- .. py:function:: apply_exit_changes(*, zone_data, selected_room, checked_values) Apply exit checkbox changes to the zone. Returns a ZoneTransition with extra effects for checkbox values and feedback UI.