GBSettings

AUTO-GENERATED FILE – DO NOT EDIT MANUALLY

Holds references to all settings resources for grid building operations

Source File: addons/grid_building/resources/settings/gb_settings.gd

Extends: GBResource

Exported Properties

  • Property: building : [BuildingSettings](./building-settings/) - Holds all of the settings for parameters, input actions, etc for building / placing objects inside of the game
  • Property: manipulation : [ManipulationSettings](./manipulation-settings/) - Settings concerning moving objects within the game world
  • Property: targeting : [GridTargetingSettings](./grid-targeting-settings/) - Settings related to targeting tiles and the pathing that goes between them
  • Property: visual : [GBVisualSettings](./gb-visual-settings/) - Settings for how grid building should display visual information like UI elements to the player.
  • Property: action_log : [ActionLogSettings](./action-log-settings/) - Settings that control how the action log UI functions
  • Property: placement_rules : Array[PlacementRule] - The base rules that apply to all placement (initial build or adjust from one spot to another)
  • Property: runtime_checks : [GBRuntimeChecks](./gb-runtime-checks/) - Extra flags for checking specific systems at runtime
  • Property: debug : [GBDebugSettings](./gb-debug-settings/) - Settings concerning debugging GridBuilder plugin issues

Public Methods

get_editor_issues

1
get_editor_issues() -> Array[String]

get_runtime_issues

1
get_runtime_issues() -> Array[String]

Private Methods

_init

1
_init()

Flags: private