GuiGetFont fix.

This commit is contained in:
jussi
2024-02-22 01:10:22 +02:00
parent 178196b0ff
commit 04d2a7df47
8 changed files with 19 additions and 11 deletions

View File

@@ -5924,7 +5924,7 @@ function RL.GuiGetState() end
---@return any RL.GuiSetFont
function RL.GuiSetFont( font ) end
---Get gui custom font (global state)
---Get gui custom font (global state). Return as lightuserdata
---- Success return Font
---@return any font
function RL.GuiGetFont() end