m
no edit summary
No edit summary |
mNo edit summary |
||
| Line 1: | Line 1: | ||
<center>'''SetHeight''' ''-Documentation by [[AeroBrain]]-''</center> | <center>'''SetHeight''' ''-Documentation by [[AeroBrain]]-''</center> | ||
Sets the height of a frame-based object. | Sets the desired height of a frame-based object. | ||
obj:SetHeight(''height''); | obj:SetHeight(''height''); | ||
| Line 8: | Line 8: | ||
;''Arguments'' | ;''Arguments'' | ||
; height : The height to set the frame-based object to. | ; height : The desired height to set the frame-based object to (use 0 to clear the desired height). Note that a frame whose height is determined based on its anchors will not use this height. | ||
---- | ---- | ||