void verse_send_o_method_call(VNodeID node_id, uint16 group_id, uint16 method_id, VNodeID sender,
const VNOPackedParams *
params);
Call a method.
This function sends the o_method_call command, and should be used as an argument to the verse_callback_set() function to register a callback for handling the reception of that command.
For descriptions of the arguments, see the command reference page.