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/input/context/push \ --header 'Content-Type: application/json' \ --data ' { "context": "menu" } '
{ "ok": true, "message": "<string>" }
push an input context
The context to push onto the input stack: gameplay (default), menu, or editor.
context
gameplay
menu
editor
The body is of type any.
any
Context pushed onto the input stack.