BaseType of a Basetype
Hello, this is my first question here so I hope I can articulate it well and hopefully it won't be too mind-numbingly easy. I have the following class SubSim which extends Sim, which is extending MainSim. In a completely separate class (and library as well) I need to check if an object being passed through is a type of MainSim. So the f...