How to detect caller in haxe?

Viewed 350

I am setting a property, I need to know who is setting the property value? is this possible in haxe 3?

Also, can I know who is calling a function from inside the function itself?

1 Answers
Related