diff options
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 |
