This website requires JavaScript.
Explore
Help
Register
Sign In
shaun_chaky
/
eastern-flames
Watch
1
Star
0
Fork
You've already forked eastern-flames
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
3c53eb2f31
eastern-flames
/
eastern flames
/
scripts
/
clampneg
/
clampneg.gml
5 lines
89 B
Plaintext
Raw
Blame
History
function clampneg(val) {
if val < 0 return -1
else if val > 0 return 1
else return 0
}
Reference in New Issue
View Git Blame
Copy Permalink