E.g. both of the following checks should return true:
SCRIPT : Math.IsInRange(120.0, -2147483648.0, 120.0) false SCRIPT : Math.IsInRange(0.5, 0.0, 1.0) false
The counterpart IsInRangeInt seems to work fine.
E.g. both of the following checks should return true:
SCRIPT : Math.IsInRange(120.0, -2147483648.0, 120.0) false SCRIPT : Math.IsInRange(0.5, 0.0, 1.0) false
The counterpart IsInRangeInt seems to work fine.
Thank you for the report lava76.
The issue has been resolved internally and will be fixed with the third 1.20 hotfix.
Regards,
Geez