Notifications
Clear all

[Closed] Getting object class name (including Biped)?

In MaxScript (I’m using Max 8), how do I get a string describing the class of an object, which works for all objects? getClassName works for a lot of objects, but for biped objects it just returns “” (even though I can see in the listener that it’s a Biped_Object).

So is there a way I can get a string that identifies the object class, even for things like biped objects?

Thanks for any tips or help.

2 Replies

Try ‘classof’

Thank you!