diff options
| author | jussi | 2024-05-02 20:57:17 +0300 |
|---|---|---|
| committer | jussi | 2024-05-02 20:57:17 +0300 |
| commit | 348fd4f5211940b1e5c5990380d69b03dea3e5e8 (patch) | |
| tree | dec8409283b86a06ffac31327f69c76f9e5e1d6c /ReiLua_API.lua | |
| parent | 4452bccfa63cf86c134aa616ee0bebcc66beca03 (diff) | |
| download | reilua-enhanced-348fd4f5211940b1e5c5990380d69b03dea3e5e8.tar.gz reilua-enhanced-348fd4f5211940b1e5c5990380d69b03dea3e5e8.tar.bz2 reilua-enhanced-348fd4f5211940b1e5c5990380d69b03dea3e5e8.zip | |
Bitwise operations API update.
Diffstat (limited to 'ReiLua_API.lua')
| -rw-r--r-- | ReiLua_API.lua | 6 |
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 |
