Skip to content

cJass2Lua v1.12

Latest
Compare
Choose a tag to compare
@goshante goshante released this 07 Dec 20:56
· 33 commits to master since this release
  • Fixed all cases when this. was not added before members/methods
  • Fixed when ! was replaced witn - instead of not in some cases
  • Now all method names is correct
  • Added deallocation
  • Now variable created with .allocate inside of create method is not translated and all this variable mentions are replaced with this
  • Fixed a lot of bugs