Add meta
This commit is contained in:
6
Meta/api/LoggingCombat.lua
Normal file
6
Meta/api/LoggingCombat.lua
Normal file
@@ -0,0 +1,6 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
|
||||
---@param toggle boolean
|
||||
---@return 1nil isLogging
|
||||
---Enables or disables saving combat log data to a file. Combat log data will be saved to the file Logs/WoWCombatLog.txt (path is relative to the folder containing the World of Warcraft client); the file is not actually updated until the player logs out.
|
||||
function LoggingCombat(toggle) end
|
||||
Reference in New Issue
Block a user