Skip to content

v0.3.3

Compare
Choose a tag to compare
@HybridEidolon HybridEidolon released this 13 May 00:06

v0.3.3

Added

  • pso.read_mem_str(addr, len) - Read a block of memory into a Lua string. This is likely to be more performant, but you will have to use string.byte on the characters yourself and bit ops to compose larger integers, floats, etc.