Merge remote-tracking branch 'runelite/master'

This commit is contained in:
Owain van Brakel
2022-04-20 14:51:24 +02:00
5 changed files with 69 additions and 34 deletions

View File

@@ -573,6 +573,14 @@ public interface Client extends OAuthApi, GameEngine
*/
void setDraggedOnWidget(Widget widget);
/**
* Get the number of client cycles the current dragged widget
* has been dragged for.
*
* @return
*/
int getDragTime();
/**
* Gets Interface ID of the root widget
*/

View File

@@ -449,4 +449,7 @@ public final class ScriptID
@ScriptArguments(integer = 7)
public static final int GROUP_IRONMAN_STORAGE_BUILD = 5269;
@ScriptArguments(integer = 6)
public static final int INVENTORY_DRAWITEM = 6011;
}