Merge remote-tracking branch 'runelite/master'
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user