Skip to content

Commit

Permalink
move setting to function (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
SirCabby committed Oct 5, 2022
1 parent cf29546 commit 1864fe4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion plugins/EQBC/_TLO.lua
Expand Up @@ -7,5 +7,8 @@
---@field Port MQString #OFFLINE if not connected, port if connected
---@field Server MQString #Hostname or IP of server you connected to
---@field ToonName MQString #Character name as seen by EQBC \(may reflect YouPlayer\)
---@field Setting MQBoolean #Option enabled/disabled status. \(see **/bccmd set** for complete list\)
TLO.EQBC = {}

---#Option enabled/disabled status. \(see **/bccmd set** for complete list\)
---@param name string e.g. "localecho"
function TLO.EQBC.Setting(name) end

0 comments on commit 1864fe4

Please sign in to comment.