v0.8.0
19 Feb 2021
- Screenshots
- Network metrics
- Config now converted to generated source code to avoid JSON parsing on startup.
- API CHANGES:
- Tag methods are now
SetTag()
andRemoveTag()
. - The other
Config*()
methods are replaced by theSetConfigItem()
method. MetricEnable()
andMetricDisable()
are both replaced bySetCaptureInterval()
.- There is a new
CaptureNow()
method for capturing metrics and screenshots in code, i.e. in response to specific in-game events instead of on a timer. - Many smaller bugfixes
Last updated on