PlaceableList
Summary
Section titled “Summary”Scrollable list managing PlaceableListEntry nodes, providing selection & keyboard nav.
Signals
Section titled “Signals”signal selection_changed( entry )
Properties
Section titled “Properties”entry_scene: PackedScene
Methods
Section titled “Methods”func _ready( )
func _wire( )
func clear( )
func add_sequence( sequence: Resource )
func _on_entry_selected( entry )
func _on_entry_variant_changed( entry, _idx: int )
func _select_entry( entry )
func get_selected_entry( )
func _unhandled_input( event )
func _move_selection( delta: int )
func _ensure_visible( entry )
Source
Section titled “Source”addons/grid_building/ui/placeable/sequence/placeable_list.gd
This API reference is automatically generated from the plugin source code. For implementation examples and usage guides, see the guides section.