6 lines
205 B
Lua
6 lines
205 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
---@meta
|
|
|
|
---Forces the client to logout. Not usable in the current WoW client; causes an error message to be displayed.
|
|
function ForceLogout() end
|