Grid Placement
Development ⚠️ GridPlacement 6.0 (GECS) is in active development. This is the GDScript ECS architecture.

PlaceableTag

AUTO-GENERATED (GDScript) API entry

AUTO-GENERATED FILE — DO NOT EDIT MANUALLY

Source: resources/placeables/placeable_tag.gd

Version: 6.0

class_name: PlaceableTag extends: Resource

Signals

(none)

Exports

  • display_name: StringName = &""
  • category: StringName = &""
  • priority: int = 0
  • color: Color = Color.WHITE
  • is_filterable: bool = true
  • metadata: Dictionary = {}

Methods

  • create(p_display_name: Variant, p_category: StringName = &"", p_priority: int = 0) -> PlaceableTag
  • _init(p_name: StringName = &"")
  • _to_string -> String
  • matches(other: PlaceableTag) -> bool
  • same_category(other: PlaceableTag) -> bool
  • get_id -> StringName