Skip to content

PlaceableListEntry

Rich selectable list entry supporting icon, text, tooltip, and variant cycling. Designed to replace ItemList rows with per-entry custom controls (left/right variant arrows). Accepts any “placeable” object exposing display_name (String) and optional icon (Texture2D).

signal selected( entry: PlaceableListEntry )
signal variant_changed( entry: PlaceableListEntry, variant_index: int )
placeable: Resource:
sequence: Resource:

Optional sequence wrapper providing variants (PlaceableSequence)

icon_size: Vector2 = Vector2(48, 48)
_ready( )
set_selected( v: bool )
is_selected( ) -> bool

addons/grid_building/ui/placeable_list_entry.gd


This page was auto-generated from GDScript source. Edit the source file to improve documentation.

Generated on 2025-09-07