I want to traverse the subclass tree of a given class. Specifically, I want to find all of the subclasses of Weapon and sort/categorize them by certain property values. Is there a way to do this?
Right now I'm using: array< class<Weapon> > MyWeaponClasses that is filled out by hand in the def props. Works fine, but I'd prefer not having to do this.
Right now I'm using: array< class<Weapon> > MyWeaponClasses that is filled out by hand in the def props. Works fine, but I'd prefer not having to do this.
Last edited: