Learning more...
Hi All.
Where can I learn more about how the functions (abs,acos, ceil, floor...) work in the expression editor?
Where can I learn more about how the functions (abs,acos, ceil, floor...) work in the expression editor?
Comments
http://cookbook.gamesalad.com/definitions
min
Usage: min(x,y)
Return the smaller value of two numbers or variable values.
Example: min(12,35) = 25