Skip to content

PlaceableSequence

Groups a sequence (ordered set) of placeable resources/scenes under one selectable slot. Each element should be a standard Placeable (or compatible resource exposing display_name/icon/scene). The list UI shows arrows only if there are 2+ entries.

display_name: String = “Sequence”
placeables: Array[Placeable] = [] # Ordered variants
icon: Texture2D # Optional representative icon (fallback to first variant’s icon)
count( ) -> int
get_variant( index: int ) -> Resource
variant_display_name( index: int ) -> String
get_editor_issues( ) -> Array[String]

Returns an array of editor-time validation issues for this resource

get_runtime_issues( ) -> Array[String]

Returns an array of runtime validation issues for this resource

addons/grid_building/placeables/placeable_sequence.gd


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

Generated on 2025-09-07