Skip to main content
GET
/
ui
/
list
list current HUD elements
curl --request GET \
  --url http://localhost:3917/ui/list
{
  "count": 1,
  "elements": [
    {
      "color": "white",
      "size": 20,
      "text": "Score: 3",
      "type": "text",
      "x": 20,
      "y": 20
    }
  ]
}

Response

200 - application/json

Current HUD elements (each a tagged text/bar/rect) and their count.