Code format

This commit is contained in:
2025-05-04 14:32:03 +02:00
parent c0337ef97f
commit 93b45ac12e
3012 changed files with 8372 additions and 9301 deletions

View File

@@ -1,6 +1,6 @@
---@diagnostic disable: missing-return, lowercase-global
---@param toggle boolean
---@return 1nil isLogging
---@param toggle boolean
---@return 1nil isLogging
---Enables or disables saving chat text to a file. Text received via the chat system (but not necessarily all text displayed in chat windows) will be saved to the file Logs/WoWChatLog.txt (path is relative to the folder containing the World of Warcraft client); the file is not actually updated until the player logs out. Chat text in the log file follows a similar format to its display in-game, but with added timestamps.
function LoggingChat(toggle) end
function LoggingChat(toggle) end