InvWindow.ScrollDown()
Scrolls the inventory window down one line, if there are more items to display.
If the inventory window is already at the bottom, then nothing happens.
You would usually use this in response to a GUI button press on a Down arrow button
on your GUI.
Example:
invMain.ScrollDown();
will scroll the invMain inv window down one row.
See Also: InvWindow.ScrollUp,
InvWindow.TopItem
|