Get ref to current object

BlitzMax Forums/BlitzMax Beginners Area/Get ref to current object

LosButcher(Posted 2006) [#1]
Hi
This is probably a stupid question, but here it goes.
How do i get a reference to the current object? Like 'this' in java.


Chris C(Posted 2006) [#2]
self

and rather a fool for 10 mins than forever!


LosButcher(Posted 2006) [#3]
Thanks a lot. Just what I was looking for :)


Dreamora(Posted 2006) [#4]
And just if you are in need of: To call a method on the object this one was extended from, you can use super