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