TypeId

Monkey Forums/Monkey Programming/TypeId

offtehcuff(Posted 2012) [#1]
Does Monkey's reflection system support some kind of TypeId? I'm pretty sure Max had some way to get a unique id for a type, but I can't find such a thing in monkey.


Samah(Posted 2012) [#2]
Local myclass:ClassInfo = GetClass("ClassName")