WoW:Sky (AddOn): Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
  --[[
  --[[
  -- unregisterHostess(id)
  -- checkBandwidth()
  -- unregisters the specified hostess by id
  -- Check the status of the bandwidth limit.
  --
  -- returns:
  -- args:
  -- A positive or negative number, the size of which indicates how
  -- id - string id
  -- much over (positive) or under (negative) the client is relative
-- to the bandwidth limit.
  --]]
  --]]

Revision as of 09:13, 17 March 2005

--[[
--	checkBandwidth()
--		Check the status of the bandwidth limit.
--	returns:
--		A positive or negative number, the size of which indicates how
--		much over (positive) or under (negative) the client is relative
--		to the bandwidth limit.
--]]