UI (functions)/Textbox Settings
From PMDOWiki
UI:SetBounds(System.Int32,System.Int32,System.Int32,System.Int32)
Sets the position and size of the dialogue box.
Arguments
x: The X position of the boxy: The Y position of the boxwidth: Width of the boxheight: Height of the box
UI:ResetBounds
Resets the position and size of the dialogue box.
UI:SetCenter(System.Boolean,System.Boolean)
Sets the centering of the text in the textbox.
Arguments
centerH: Horizontal centeringcenterV: Vertical centering
UI:SetAutoFinish(System.Boolean)
Makes the text automatically finish when it shows up.
Arguments
autoFinish: Auto-finishes text if true.
