K = 0
print((ClassOf K) as string)
print((SuperClassOf K) as string)
--The end.
--JMIM.
Blog post
How to query data type of variable in maxscript
By JMIM · 2008-11-20
Description
Comments (1)
MajKSA · 2018-09-16
Thanks :)
Blog post
By JMIM · 2008-11-20
K = 0
print((ClassOf K) as string)
print((SuperClassOf K) as string)
--The end.
--JMIM.
MajKSA · 2018-09-16
Thanks :)