Viz Plug-ins User Guide

Version 5.2 | Published December 12, 2023 ©

Script API

Functions

Signature

Request(location as String, message as String)

Description

Sends a message request. On response the callback, OnResponse is called.

Callbacks

Signature

sub OnResponse(location as string, message as string)

Description

Response callback which gets called for each message request issued by this script.