Uses of Interface
net.runelite.api.ScriptEvent
-
Packages that use ScriptEvent Package Description net.runelite.api net.runelite.api.events net.runelite.api.widgets -
-
Uses of ScriptEvent in net.runelite.api
Methods in net.runelite.api that return ScriptEvent Modifier and Type Method Description ScriptEvent
Client. createScriptEvent(Object... args)
Creates a blank ScriptEvent for executing a ClientScript2 scriptScriptEvent
ScriptEvent. setOp(int op)
Set the menu op of the eventScriptEvent
ScriptEvent. setSource(Widget widget)
Sets the widget theWIDGET_ID
andWIDGET_INDEX
args are substituted with.ScriptEvent
ScriptEvent. setTarget(Widget target)
Sets theWidget
target. -
Uses of ScriptEvent in net.runelite.api.events
Methods in net.runelite.api.events that return ScriptEvent Modifier and Type Method Description ScriptEvent
ScriptPreFired. getScriptEvent()
The input of the script invoke, this will be null unless it is the root scriptMethods in net.runelite.api.events with parameters of type ScriptEvent Modifier and Type Method Description void
ScriptPreFired. setScriptEvent(ScriptEvent scriptEvent)
The input of the script invoke, this will be null unless it is the root script -
Uses of ScriptEvent in net.runelite.api.widgets
Methods in net.runelite.api.widgets with parameters of type ScriptEvent Modifier and Type Method Description void
JavaScriptCallback. run(ScriptEvent event)
-