Back to index...

NameTypeDeprecatedSecureDescription
Utility.TypefunctionDetermines the type of a given item. Understands Rift-specific identifiers.

Utility.Type

Determines the type of a given item. Understands Rift-specific identifiers.

Usage:

type = Utility.Type(element)
ParameterTypeDatatypeDescription
elementparametervariantThe element to check.
typeresultstringThe type of this element.

Back to index...