6 lines
159 B
Lua
6 lines
159 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
---@meta
|
|
|
|
---Restart the client's graphic subsystem. Does not reload the UI.
|
|
function RestartGx() end
|