Classes

Concepts

Libraries

Objects

contractor »

conversationAnswerData »

engineStatData »

issueData »

playerPlatformSpecialistData »

projectReviewConclusion »

projectReviewRemark »

randomEventData »

statusIcon »

hasType

Description

Returns whether the animation has the specified animation type.

Arguments

1 number animType

the animation type to check the presence of.

Returns

1 bool

whether the specified animation type is present

Example

local typePresent = animObjInstance:hasType(tdas.ANIMATION_TYPE.RANDOMFRAME)