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
A 2D axis-aligned bounding box using integer coordinates. Description: The Rect2i built-in Variant type represents an axis-aligned rectangle in a 2D space, using integer coordinates. It is defined ...| Godot Engine documentation
A built-in type for integers. Description: Signed 64-bit integer type. This means that it can take values from-2^63 to 2^63 - 1, i.e. from-9223372036854775808 to 9223372036854775807. When it exceed...| Godot Engine documentation
A built-in type for floating-point numbers. Description: The float built-in type is a 64-bit double-precision floating-point number, equivalent to double in C++. This type has 14 reliable decimal d...| 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