The title explains it all.Feel free to comment..
True and False BooleanExpressionsCredits goes to Vexorian for the first idea.Vjass versionZinc version
Useful snippet for preloading your map resources and avoiding duplicates in preloading.
This snippet is a replacement to the BJ function [lcode=jass]GetRandomSubGroup[/lcode] with the advantage of being able to directly enumerate random number of units in a group instead of creating a...
This system generates an index for any string below 8191.Jass:I think it's quite nifty.Feel free to comment.
I was in need of something to make messages in Warcraft III pop out Type-writer style, and that would require a Buffer. And since I had some other things that needed to use a buffer (Like a Unit or...
Disables the movement of a particular unit. This method was discovered by WaterKnight (or at least, it was first exposed to the public by WaterKnight) in this thread:http://www.hiveworkshop.com/for...
Parabolic function simplified by SpecI left this function because it allows to understand the formula coefficients... This function takes as a parameters the distance that the parabolic movement sh...
A simple snippet used to check if a unit is invulnerable. False positives from mana shields are also accounted for.
Useful system especially in making an MUI spell which uses timers. Instead of saving the spell data in a hashtable with the handleid of the timer as the parent key, you can just use normal arrays w...