diff options
| author | jussi | 2023-04-10 14:33:15 +0300 |
|---|---|---|
| committer | jussi | 2023-04-10 14:33:15 +0300 |
| commit | 1cbadf56f33641e85fc634a326c0db6935947c23 (patch) | |
| tree | 666551c4a62d77b840fa83948c60df3b6ab726ea /ReiLua_API.lua | |
| parent | 8abed46dfdc73e616891f86099bfcebdf03caede (diff) | |
| download | reilua-enhanced-1cbadf56f33641e85fc634a326c0db6935947c23.tar.gz reilua-enhanced-1cbadf56f33641e85fc634a326c0db6935947c23.tar.bz2 reilua-enhanced-1cbadf56f33641e85fc634a326c0db6935947c23.zip | |
New argument style for gui and easings.
Diffstat (limited to 'ReiLua_API.lua')
| -rw-r--r-- | ReiLua_API.lua | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ReiLua_API.lua b/ReiLua_API.lua index 7b5d0b7..2433dbf 100644 --- a/ReiLua_API.lua +++ b/ReiLua_API.lua @@ -4671,10 +4671,9 @@ function RL.GuiGetStyle( control, property ) end ---Load style file over global style variable ( .rgs ) ---- Failure return false ---- Success return true ----@param control integer ----@param property integer +---@param fileName string ---@return any success -function RL.GuiLoadStyle( control, property ) end +function RL.GuiLoadStyle( fileName ) end ---Load style default over global style ---@return any RL.GuiLoadStyleDefault |
