API Documentation
Math Utils
List of available math events
Sqrt
This event will return the square root of a number.
Example
Example
Clamp
This event will clamp a value between a minimum and maximum value.
Example
Example
Interpolate
This event will interpolate between two values.
Example
Example
Round to Float
This event will round a float to a specified number of decimal places.
Example
Example
Get Random Number
This event will return a random number between a minimum and maximum value.
Example
Example
Round To Place
This event will round a number to a specified number of decimal places.
Example
Example