Super.New()

BlitzMax Forums/BlitzMax Beginners Area/Super.New()

bregors(Posted 2005) [#1]
.


GW(Posted 2005) [#2]
Creating a new zombie will implicity create the parent types.
put print statements in the parent new() methods and see.


Who was John Galt?(Posted 2005) [#3]
What GW said. I think new is a function requiring a type identifier rather than a method requiring a type instance.


bregors(Posted 2005) [#4]
.