Call method

call_method

Calls a method of an object. The object must already be in the server’s object cache, and is referred to by the number attribute. This number will have been provided in a _Taco_Object_ reference sent by the server.

The context attribute is described on the call_function page.

{
    "action": "call_method",
    "name": "NAME",
    "number": 1,
    "args": [],
    "kwargs": {},
    "context": null
}