Classes

Concepts

Libraries

Objects

contractor »

conversationAnswerData »

engineStatData »

issueData »

playerPlatformSpecialistData »

projectReviewConclusion »

projectReviewRemark »

randomEventData »

statusIcon »

getCycle

Description

Returns the animation progress. Range of 0 - 1

Returns

1 number

progress of the animation.

Example

local progress = animObjInstance:getCycle()
print("animation progress is:", math.round(progress * 100, 1) .. "%")