summaryrefslogtreecommitdiff
path: root/ReiLua_API.lua
diff options
context:
space:
mode:
Diffstat (limited to 'ReiLua_API.lua')
-rw-r--r--ReiLua_API.lua6
1 files changed, 6 insertions, 0 deletions
diff --git a/ReiLua_API.lua b/ReiLua_API.lua
index 8dad18d..3c076f3 100644
--- a/ReiLua_API.lua
+++ b/ReiLua_API.lua
@@ -5389,6 +5389,12 @@ function RL.GetMusicTimePlayed( music ) end
---@return any result
function RL.Round( value ) end
+---Sign of value
+---- Success return int
+---@param value number
+---@return any result
+function RL.Sign( value ) end
+
---Clamp float value
---- Success return float
---@param value number