Skip to content

Version 0.9.0

Choose a tag to compare

@Elektryk-Andrzej Elektryk-Andrzej released this 10 Nov 19:11
· 43 commits to main since this release

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 10 will create a number value of 10, 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