summaryrefslogtreecommitdiff
path: root/API.md
diff options
context:
space:
mode:
authorjussi2024-05-02 20:57:17 +0300
committerjussi2024-05-02 20:57:17 +0300
commit348fd4f5211940b1e5c5990380d69b03dea3e5e8 (patch)
treedec8409283b86a06ffac31327f69c76f9e5e1d6c /API.md
parent4452bccfa63cf86c134aa616ee0bebcc66beca03 (diff)
downloadreilua-enhanced-348fd4f5211940b1e5c5990380d69b03dea3e5e8.tar.gz
reilua-enhanced-348fd4f5211940b1e5c5990380d69b03dea3e5e8.tar.bz2
reilua-enhanced-348fd4f5211940b1e5c5990380d69b03dea3e5e8.zip
Bitwise operations API update.
Diffstat (limited to 'API.md')
-rw-r--r--API.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/API.md b/API.md
index 283fbdc..09ffda3 100644
--- a/API.md
+++ b/API.md
@@ -8301,6 +8301,14 @@ Round float value
---
+> result = RL.Sign( float value )
+
+Sign of value
+
+- Success return int
+
+---
+
> result = RL.Clamp( float value, float min, float max )
Clamp float value