Skip to content

v3.0.0.2

Compare
Choose a tag to compare
@Ninjastorm380 Ninjastorm380 released this 12 Mar 19:32

new features:

  • Added method GetNextFreeStream() As Int32, which returns the next unused or freed stream index. This should be of use to applications with plugin support

bugfixes:

  • Fixed accidental late binding with StreamExists(Index as Int32) As Boolean. this previously returned an Object, when it should have been a Boolean.