Classes

Concepts

Libraries

Objects

contractor »

conversationAnswerData »

engineStatData »

issueData »

playerPlatformSpecialistData »

projectReviewConclusion »

projectReviewRemark »

randomEventData »

statusIcon »

isSameClass

Description

Returns whether the specified element class is the same one as this. This is generally of no use, since you can directly access the class of any element via .class

Arguments

1 string class

the class name to compare.

Returns

1 bool

whether it is the same class.