CE Real Utils
Real numbers utility scripts
Example
ce_parse_real("4.20") // => 4.2
ce_parse_real("-13.37") // => -13.37
ce_parse_real("69") // => 69
ce_parse_real("some string") // => NaN
Installation
Using Catalyst, the open-source package manager for GameMaker Studio 2:
catalyst require slagtand-org/ce-real-utils
Related
This library is a part of project CE. For more information, please visit the project's repository: https://github.com/slagtand-org/ce