Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url http://localhost:3917/ability/use \ --header 'Content-Type: application/json' \ --data ' { "entity_id": 5, "slot": "Q" } '
{ "ok": true, "message": "<string>" }
activate an ability on an entity
Entity id and ability slot (Q, W, E, or R; defaults to Q).
slot
Q
W
E
R
The body is of type any.
any
Use-ability event queued for the entity.