Skip to content

ByteArray return implemented

Clocks requested to merge github/fork/Doomsdayrs/bytearray into development

Created by: Doomsdayrs

To lower overhead and provide greater abstraction on what can be returned from an extension

  • IExtension.kt; getPassage return changed to ByteArray
  • LuaExtension.kt; use checkstring to get the byte array of that string (which can be easily decoded to a string). Lua strings are just bytearrays. So this works fine.
  • Test.kt; Implemented bytearray decoding

Merge request reports