Skip to content

typeofClass : string

function Type.typeofClass(classObject: any): string

Returns the __classtype property of a class. This can be used to determine what is the type of the given class.

Default syntax

local objectType = ClassPP.Type.typeofClass(classObject)

Parameters

classObject: class The class.

Returns

string