Notifications
Clear all

[Closed] Get classid?

I want to get the classid of, say, vrayproxy, how do I do that? The class name is VrayProxy. Is there some maxscript function i can use in the listener?

2 Replies
1 Reply
(@denist)
Joined: 11 months ago

Posts: 0

if it’s a class:


<class>.classid

if it’s a maxobject:


(classof <maxobject>).classid

Thanks again Denis!