TryUnBindAddressPattern
7/14/25Less than 1 minute
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)
