godottypes icon indicating copy to clipboard operation
godottypes copied to clipboard

Script for QtCreator to make debugging godot easier.

Script for Qt Creator to make debugging godot easier.

Supported Types

  • Variant
  • Vector2,
  • Rect2,
  • Vector3,
  • Transform2D,
  • Plane,
  • Quat,
  • AABB,
  • Basis,
  • Transform,
  • Color,
  • NodePath,
  • RID,
  • Vector<T>
    • PoolByteArray
    • PoolIntArray
    • PoolRealArray
    • PoolStringArray
    • PoolVector2Array
    • PoolVector3Array
    • PoolColorArray
  • Array
  • Vector2i
  • Rect2i

More information for the debugger https://doc.qt.io/qtcreator/creator-debugging-helpers.html

TODO:

  • Dictionary
  • Map
  • List
  • HashMap