Global scope constants and functions. Description: A list of global scope enumerated constants and built-in functions. This is all that resides in the globals, constants regarding error codes, keyc...| Godot Engine documentation
GDScript is a high-level, object-oriented, imperative, and gradually typed programming language built for Godot. It uses an indentation-based syntax similar to languages like Python. Its goal is to...| Godot Engine documentation
Inherits: RefCounted< Object An implementation of A* for finding the shortest path between two points on a partial 2D grid. Description: AStarGrid2D is a variant of AStar2D that is specialized for ...| Godot Engine documentation
Inherits: RefCounted< Object An implementation of A* for finding the shortest path between two vertices on a connected graph in 2D space. Description: An implementation of the A* algorithm, used to...| Godot Engine documentation