ScriptSpot

Blog post

How to query data type of variable in maxscript

By JMIM · 2008-11-20

Description

K = 0
print((ClassOf K) as string)
print((SuperClassOf K) as string)
--The end.
--JMIM.

Comments (1)

MajKSA · 2018-09-16

Thanks :)