Skip to main content
POST
/
particle
/
stop
deactivate a particle emitter
curl --request POST \
  --url http://localhost:3917/particle/stop \
  --header 'Content-Type: application/json' \
  --data '{
  "entity_id": 9
}'
{
  "ok": true,
  "message": "<string>"
}

Body

application/json

Deactivate an emitter: entity_id of the emitter entity.

The body is of type any.

Response

200 - application/json

Emitter deactivated; ok is false with a message if the entity is missing or not an emitter.

ok
boolean
required
message
string | null