Difference between revisions of "Setmeswinline (call target)"

From Final Fantasy XII Wiki
Jump to navigation Jump to search
(Created page with "{{Call|id=0x0474|return=|name=setmeswinline|args=int windowId, int lines|act=}}Sets maximum number of lines a system windows should have (vertical scrollbar will appear if the...")
 
 
Line 1: Line 1:
{{Call|id=0x0474|return=|name=setmeswinline|args=int windowId, int lines|act=}}Sets maximum number of lines a system windows should have (vertical scrollbar will appear if there are more lines).
+
{{Call|id=0x0474|return=|name=setmeswinline|args=int windowId, int lines|act=}}Sets maximum number of lines a system window should have (vertical scrollbar will appear if there are more lines).

Latest revision as of 07:53, 24 July 2019

Signature:

void setmeswinline(int windowId, int lines); // id: 0x0474

Sets maximum number of lines a system window should have (vertical scrollbar will appear if there are more lines).