Version 0.9.0
SER now supports audio!
SER now supports managing audio directly - with no dependencies!
This also includes NCalc.dll, which is now bundled into SER.dll as well.
Additions:
- CreateGlobalSpeaker method
- CreatePlayerAttachedSpeaker method
- DestroySpeaker method
- IsAudioLoaded method
- LoadAudio method
- PlayAudio method
- ClearPlayerData method
- IsNumber method
- TryParseNumber method
- ParseResult method
Other changes:
- Custom command arguments are now parsed into values if applicable. This means providing
10will create a number value of10, not a text value - New methods can now include custom error reasons (older methods will be updated later)
Full Changelog: 0.8.0...0.9.0