GPModeService
AUTO-GENERATED FILE — DO NOT EDIT MANUALLY
Source: core/services/mode_service.gd
Version: 5.1
class_name: GPModeService
extends: RefCounted
Summary
Manages application-wide mode state and transitions. Provides centralized mode management with event broadcasting. Stub implementation for PlacementService subscription.
Signals
mode_changed
Exports
(none)
Methods
bind_mode_state()get_current_mode()- Gets the current application mode.
get_mode()set_mode()- Sets the current mode and emits change signal.