runelite-api: allow runScript to take a plain Object...
This commit is contained in:
@@ -1253,11 +1253,10 @@ public interface Client extends GameEngine
|
|||||||
*
|
*
|
||||||
* This method must be ran on the client thread and is not reentrant
|
* This method must be ran on the client thread and is not reentrant
|
||||||
*
|
*
|
||||||
* @param id the script ID
|
* @param args the script id, then any additional arguments to execute the script with
|
||||||
* @param args additional arguments to execute the script with
|
|
||||||
* @see ScriptID
|
* @see ScriptID
|
||||||
*/
|
*/
|
||||||
void runScript(int id, Object... args);
|
void runScript(Object... args);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Checks whether or not there is any active hint arrow.
|
* Checks whether or not there is any active hint arrow.
|
||||||
|
|||||||
@@ -622,6 +622,8 @@ public interface Widget
|
|||||||
*/
|
*/
|
||||||
Object[] getOnLoadListener();
|
Object[] getOnLoadListener();
|
||||||
|
|
||||||
|
Object[] getOnInvTransmitListener();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns the archive id of the font used
|
* Returns the archive id of the font used
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user