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 /API.md | |
| 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 'API.md')
| -rw-r--r-- | API.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |
