Grid Placement

GBActions

AUTO-GENERATED FILE — DO NOT EDIT MANUALLY

Source: resources/actions/gb_actions.gd

Version: 5.1

class_name: GBActions extends: GBResource

Summary

Input action name definitions for plugin systems and UI.

Signals

(none)

Exports

  • off_mode
    • Action to exit build mode.
  • info_mode
    • Action for entering info mode.
  • build_mode
    • Action for entering build mode.
  • moving_mode
    • Action for entering move mode.
  • demolish_mode
    • Action to enter demolish mode.
  • confirm_build
    • Confirm a build.
  • confirm_manipulation
    • Action for confirming an action to be taken within manipulation mode. Grid building plugin. What the confirmation does is context sensitive whether building with a preview instance, moving an existing object, or demolishing an object already within the scene.
  • rotate_right
    • The preview instance to the right when triggered.
  • rotate_left
    • Names of actions that the building system will rotate the preview instance to the left when triggered.
  • flip_horizontal
    • Actions that flip the preview instance horizontally during build mode.
  • flip_vertical
    • Actions that flip the preview instance vertically during build mode
  • positioner_up
    • Movement actions when using keyboard input for positioner movement
  • positioner_down
  • positioner_left
  • positioner_right
  • positioner_center
    • Recenter the positioner to the viewport/camera center (snapped to tile)

Methods

  • validate_action()
  • get_editor_issues()
    • Make sure each action is set in the input map
  • get_runtime_issues()