Functionsutils$callFunctionOn this page$callFunction Calls the specified JavaScript function with provided arguments. Parameters ParameterDescriptionnameName of the function...argsArguments for the function Example <AoiClient>.addCommand({ name: "call", code: ` $callFunction[functionName;arg1;arg2;...] `,});