element.type: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 7: Line 7:
|readonly = true
|readonly = true
|usage = fetch an int containing all [[Shared/Defines/ElementTypes|type]]'s for the element, that is, the derived type along with all base types too.<br>To check if an element is of a derived type, use [[element.isType|element.isType]] with ELEMENT_* defines, because element.type will contain multiple ELEMENT_* define values.
|usage = fetch an int containing all [[Shared/Defines/ElementTypes|type]]'s for the element, that is, the derived type along with all base types too.<br>To check if an element is of a derived type, use [[element.isType|element.isType]] with ELEMENT_* defines, because element.type will contain multiple ELEMENT_* define values.
|returnInfo = the [[Shared/Defines/ElementTypes|type]] of the element
|returnInfo = an int containing the [[Shared/Defines/ElementTypes|type]]'s of the element
}}
}}
6,833

edits