static SCUMM_VERBCOIN_GUI.Inv_Border_active(bool x_borders, bool y_borders)
Sets which inventory exit borders are active.
Inventory exit borders determine where the inventory will exit when moving over a line.
NOTE: This function is part of the Verb Coin template and is only available if
you used this template to create your game.
Example:
SCUMM_VERBCOIN_GUI.Inv_Border_active(false, true);
will make the game exit the inventory when moving the mouse over either the top or the bottom of the screen.
See Also: SCUMM_VERBCOIN_GUI.Inv_Border_SetPos
|