7 lines
193 B
Lua
7 lines
193 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
---@meta
|
|
|
|
---@return string text
|
|
---Returns the text of the knowledge base server system notice
|
|
function KBSystem_GetServerNotice() end
|