Grid Placement

GBActionButton

AUTO-GENERATED (GDScript) API entry

AUTO-GENERATED FILE — DO NOT EDIT MANUALLY

Source: ui/actions/gb_action_button.gd

Version: 5.0

class_name: GBActionButton extends: Button

Signals

(none)

Exports

  • press_action
    • Mode state for monitoring mode changes.
  • represented_mode
    • Mode state for monitoring mode changes.

Methods

  • _ready
  • resolve_gb_dependencies(p_container: GBCompositionContainer) -> void
  • get_runtime_issues -> Array
  • _on_pressed
    • Only send the input event; do not toggle mode directly here
  • _on_mode_changed(p_mode: GBEnums)