Classes

Concepts

Libraries

Objects

contractor »

conversationAnswerData »

engineStatData »

issueData »

playerPlatformSpecialistData »

projectReviewConclusion »

projectReviewRemark »

randomEventData »

statusIcon »

queueSpriteUpdate

Description

Queue a sprite update for this element. This method is called internally when the size or position of an element changes. Most common use cases of this method are: onMouseEntered(), onMouseLeft(). Additionally, it might be useful if you need to update the color of some sprite each frame, in which case, calling this method in the :think() method can be useful.