Grid Placement

PlaceableList

AUTO-GENERATED FILE — DO NOT EDIT MANUALLY

Source: ui/placeable/sequence/placeable_list.gd

Version: 5.1

class_name: PlaceableList extends: Control

Summary

Scrollable list managing PlaceableListEntry nodes, providing selection & keyboard nav.

Signals

  • selection_changed
    • Emitted when selection changes to a different entry. @param entry: The newly selected entry.

Exports

  • entry_scene

Methods

  • _ready()
  • _wire()
  • clear()
  • add_sequence()
  • _on_entry_selected()
  • _on_entry_variant_changed()
  • _select_entry()
  • get_selected_entry()
  • _unhandled_input()
  • _move_selection()
  • _ensure_visible()