collecting

  1. HerlySQR

    [Lua] How good is the garbage collector?

    Hello, I ask this question because I wanna know how viable is create a vector "class" with Lua, because taking advantage of the garbage collector will make easier do geometry. I read threads about this but I didn't get a clear answer. I know there exists [Lua] - Leak Preventer, but tables are...
  2. Furry Nova

    [Solved] Is TRIGSTR Collecting Garbage?

    I've just been having a go at converting GUI into vJASS. Since there's a wait delay required I thought it be better using local run of temp variables instead of global ones to prevent the risk of outside trigger passing or bugs that access the same variables. After so many errors, I finally got...
Top