Make
BaseEntity:IsA
support classe names (strings) as first argument, but keep classes/objects tables supported
This would be usefull when in some case where you have to search from a classname but don't directly have a reference to the class table
e.g:
ent:IsA(_G["MyClass"])
would be replaced by
ent:IsA("MyClass")
which is more elegant