Skip to content

Api > OSC > TryUnBindAddressPattern()


OSC.TryUnBindAddressPattern(string address)⚓︎

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

Parameters:⚓︎

Name Type Description
address string The address to unbind.

Returns:⚓︎

type Description
boolean true if the operation was successful

Usage⚓︎

---@type string
local address;


local val0 = OSC:TryUnBindAddressPattern(address)