#plugins.core.touchbar.location
Virtual Touch Bar Update Location Callback
#API Overview
Methods - API calls which can only be made on an object returned by a constructor
#API Documentation
#Methods
Signature | plugins.core.touchbar.location:callbackFn() -> function |
Type | Method |
Description | Returns the callbackFn of the current Update Location Callback |
Parameters |
|
Returns |
|
Notes | None |
Examples | None |
Source | src/plugins/core/touchbar/virtual/location.lua line 79 |
Signature | plugins.core.touchbar.location:delete() -> none |
Type | Method |
Description | Deletes a Update Location Callback based on an ID. |
Parameters |
|
Returns |
|
Notes | None |
Examples | None |
Source | src/plugins/core/touchbar/virtual/location.lua line 92 |
Signature | plugins.core.touchbar.location:get(id) -> table |
Type | Method |
Description | Gets an Update Location Callback based on an ID. |
Parameters |
|
Returns |
|
Notes | None |
Examples | None |
Source | src/plugins/core/touchbar/virtual/location.lua line 40 |
Signature | plugins.core.touchbar.location:getAll() -> table |
Type | Method |
Description | Returns all of the created Update Location Callbacks |
Parameters |
|
Returns |
|
Notes | None |
Examples | None |
Source | src/plugins/core/touchbar/virtual/location.lua line 53 |
Signature | plugins.core.touchbar.location:id() -> string |
Type | Method |
Description | Returns the ID of the current Update Location Callback |
Parameters |
|
Returns |
|
Notes | None |
Examples | None |
Source | src/plugins/core/touchbar/virtual/location.lua line 66 |
Signature | plugins.core.touchbar.location:new(id, callbackFn) -> table |
Type | Method |
Description | Creates a new Update Location Callback |
Parameters |
|
Returns |
|
Notes | None |
Examples | None |
Source | src/plugins/core/touchbar/virtual/location.lua line 13 |