Grid Placement

GPContexts

AUTO-GENERATED FILE — DO NOT EDIT MANUALLY

Source: core/contexts/gb_contexts.gd

Version: 5.1

class_name: GPContexts extends: RefCounted

Summary

Contains contexts for resolving references to current objects within the grid building system instance

Signals

(none)

Exports

(none)

Methods

  • _init()
  • get_runtime_issues()
    • Ensures all runtime contexts are properly initialized. Contexts may need to have their properties defined by game objects like GBLevelContext and GBOwner
  • get_editor_issues()
    • Validates editor configuration before nodes are set up. This should be called during the editor setup phase.[br] Returns:[br] [b]Array[String][/b] - List of editor configuration issues (empty if valid)