Recent content by Captain Grif

  1. C

    Snippet ForLoopHelper

    vJass script for substantially increasing the speed of looping through integers (gets inlined by JassHelper). Example use: function X takes nothing returns nothing local integer i = 0 loop set i = Increment(i) // Do something here. exitwhen i>=100...
Top