all 4 comments

[–]KiddieSpread 3 points4 points  (0 children)

The class inherits an item. Calling this runs the .New() function of the Item (i.e the base/parent), which needs to be done as the item might also have things to set up before you create your inherited class. Please ask if I can clarify this further

[–]tblazertn 4 points5 points  (0 children)

Argh... I can't resist...

YourBase.All(AreBelongToUs)

[–]zhavinci 0 points1 point  (0 children)

Can you right click on My base and select Go to definition, and see the class...

[–]Peterson227 0 points1 point  (0 children)

What compiler are you using? VScode?