| 06-08-2010, 12:11 PM | #1 |
Well first at all hi all because Im new here. I went to JassVault but seems that its dead. Im C# programmer and I understand easier the Jass Syntax but I have a question. Are there some pre-coded functions or I must start from 0 with all? How can I know if a unit has dead, is it triggers? How can I manage them? I never have developed maps, but a friend said me that If I could help him with Jass cuz Im programmer. Ty all. |
| 06-10-2010, 02:44 PM | #2 | |
Quote:
get you jass new gen pack (somewhere on this site) it has a tool called tesh which is a syntax-hilighter and a function list (maybe you have to update it, don't know) |
| 06-10-2010, 06:28 PM | #3 |
JassCraft is third-party program which makes JASS extremely easy to use (contains syntax checker, function list and much more). Not so long ago I also started developing my own functions and I've got to say that it is easy also, because JassCraft has option to implement my own .j file which contains everything I wrote in it. Really makes life a lot easier. http://www.wc3c.net/showthread.php?t=80051 |
| 06-10-2010, 06:46 PM | #4 | ||
Quote:
jass2 has an API, all the jass2 native functions can be found on the common.j file. Try extracting it using magos model editor or any other mpq archive extractor, just look at the resource section to get one. Quote:
Event driven. |
