Game Development Community

How to get an object's typemask in script

by ISI (#0001) · in Torque Game Engine · 06/14/2005 (4:15 pm) · 5 replies

If I know a handle to an object, how can I get the typemask of that object?

Thanks -Wei

#1
06/14/2005 (5:05 pm)
GetTypeMask()?
#2
06/15/2005 (10:01 am)
It doesn't exist. :(
#3
06/15/2005 (10:27 am)
What do you get if you call .dump() on the object? dump lists all the members and properties of that object.
#4
06/15/2005 (10:47 am)
GetType(), iirc
#5
06/15/2005 (10:56 am)
Thx, It works now.