RangedValue.modifyWrap() - Mtax-Development/GML-OOP GitHub Wiki
Name |
Type |
Optional |
value |
{real} |
No |
inclusive? |
{bool} |
Yes |
Not applicable.
Modify the value by the specified number, then wrap it to the furthest boundary if it is outside of the Range. The value will also be wrapped if inclusive wrapping is specified and the value equals the Range.