Skip to content
CG-Tespy edited this page Feb 5, 2026 · 2 revisions

πŸ“¦ Providers

Events

  • 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

Conditions

  • Get Key Down: Check if a specific key is currently pressed

Actions

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.

Clone this wiki locally