how to get the type of an item?
Posted: Thu Mar 08, 2012 10:02 pm
there is a function to compare the type of an item to a string, which returns a boolean:
is there a way to get the type of an item?
i tried these, which both do not work
is there a place i can find informations like that?
Code: Select all
item:isType("xxx")i tried these, which both do not work
Code: Select all
item:getType()
item.Type