Grid Placement

TargetingWorkflowAdapter

AUTO-GENERATED FILE — DO NOT EDIT MANUALLY

Source: systems/orchestrator/targeting_workflow_adapter.gd

Version: 5.1

class_name: TargetingWorkflowAdapter extends: RefCounted

Summary

Adapter that coordinates grid-map configuration between GridService2D and TargetingService2D.

Responsibility:

  • Treat GridService2D as the source of truth for map selection.
  • Notify TargetingService2D of grid changes so it can emit its own signals.

This keeps cross-service wiring out of the individual services and aligns with the existing workflow adapter pattern (see ManipulationWorkflowAdapter).

Signals

(none)

Exports

(none)

Methods

  • _init()
  • _connect()
  • _on_grid_target_map_changed()
  • _on_grid_maps_changed()