Skip to main content

OSC.TryUnBindAddressPattern(string address)

Unbind a previously bound address. Returns true if the operation was successful.

Parameters:

NameTypeDescription
addressstringThe address to unbind.

Returns:

typeDescription
booleantrue if the operation was successful

Usage

---@type string
local address;


local val0 = OSC:TryUnBindAddressPattern(address)