Files
wow_Meta/api/ConsoleAddMessage.lua
2025-05-04 15:15:00 +02:00

6 lines
363 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---Prints text to the debug console. The debugging console can be activated by launching WoW from the command line with the "-console" option, then pressing the "`" (backtick/tilde) key ingame. Its usefulness outside of Blizzard internal environments is limited.
function ConsoleAddMessage() end