Round and pubsub lib.

This commit is contained in:
jussi
2024-03-17 10:38:30 +02:00
parent ca238975dc
commit ae1d0b65f1
18 changed files with 123 additions and 28 deletions

View File

@@ -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