Skip to main content
GET
/
events
show pending events this frame
curl --request GET \
  --url http://localhost:3917/events
{
  "count": 1,
  "events": [
    {
      "amount": 25,
      "source": 1,
      "target": 3,
      "type": "DamageEvent"
    }
  ]
}

Response

200 - application/json

Pending damage/death/spawn events buffered for the current frame.