From ae1d0b65f16b24f2e0db39cb8baef4af57b2a12f Mon Sep 17 00:00:00 2001 From: jussi Date: Sun, 17 Mar 2024 10:38:30 +0200 Subject: Round and pubsub lib. --- ReiLua_API.lua | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'ReiLua_API.lua') diff --git a/ReiLua_API.lua b/ReiLua_API.lua index 3f8b2e9..b919a70 100644 --- a/ReiLua_API.lua +++ b/ReiLua_API.lua @@ -2033,7 +2033,7 @@ function RL.GetAutomationEventListCapacity( list ) end ---@return any count function RL.GetAutomationEventListCount( list ) end ----Get automation event from automation event list +---Get automation event from automation event list. Return as lightuserdata ---- Failure return nil ---- Success return AutomationEvent ---@param list any @@ -5299,6 +5299,12 @@ function RL.GetMusicTimePlayed( music ) end -- Math - Utils +---Round float value +---- Success return float +---@param value number +---@return any result +function RL.Round( value ) end + ---Clamp float value ---- Success return float ---@param value number -- cgit v1.2.3