Skip to main content
GET
/
particle
/
list
list active particle emitters
curl --request GET \
  --url http://localhost:3917/particle/list
{
  "count": 1,
  "emitters": [
    {
      "active": true,
      "entity_id": 9,
      "particle_count": 120,
      "rate": 50
    }
  ]
}

Response

200 - application/json

Every entity with a ParticleEmitter, each with its active flag, live particle count, and emission rate.