-
-
Notifications
You must be signed in to change notification settings - Fork 17
π¦ Builtins
CG-Tespy edited this page Feb 5, 2026
·
2 revisions
- On Ready: Triggered once when the node enters the scene tree
- On Process: Triggered every frame
- On Key Pressed: Triggered when a keyboard key is pressed
- Get Key Down: Check if a specific key is currently pressed
Node Actions:
- Print: Output text to the console
CharacterBody2D Actions:
- Move and Collide: Move with collision detection
- Move and Slide: Move with sliding collision response
- Normalize Velocity: Normalize the velocity vector
- Set Position X/Y: Set horizontal/vertical position
- Set Rotation: Set rotation angle
- Set Velocity X/Y: Set horizontal/vertical velocity
Note: More providers will be added in future updates. This list might not be exhaustive.