Hey, how would you trace the name of a function, without writing it yourself, is it possible?
So if I have:
private function destroy():void{
trace();
}
how would the trace look like to trace out some kind of refecence-name to destroy? (without typing in destroy into the trace ofc…)