Classes

Concepts

Libraries

Objects

contractor »

conversationAnswerData »

engineStatData »

issueData »

playerPlatformSpecialistData »

projectReviewConclusion »

projectReviewRemark »

randomEventData »

statusIcon »

setPos

Description

Set the position of the element. If the element is not parented to anything, this will be relative to the screen. If the element is parented to another UI element, this will be relative to that element.

The coordinates are not scaled by the screen size. You must do that yourself by calling the scaler method _S()

Arguments

1 number x

the X coordinate. number-y-the Y coordinate.