summaryrefslogtreecommitdiff
path: root/API.md
diff options
context:
space:
mode:
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