FAME Chronicles #2: TRACE (not trace) in MTASC
Monday, May 9th, 2005One of the nice things about MTASC is it’s TRACE function. Utilizing the -trace compile parameter, you can map the TRACE function written in your ActionScript to a static class method of your choice.
You get an additional 3 parameters passed to your trace:
Full class package path and name with method
File name of the class
line [...]