Skip to content

PlaceableList

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

signal selection_changed( entry )
entry_scene: PackedScene
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 )

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.