Class ScriptCallbackEvent


  • public class ScriptCallbackEvent
    extends Object
    A callback from a runelite_callback opcode in a cs2
    • Constructor Detail

      • ScriptCallbackEvent

        public ScriptCallbackEvent()
    • Method Detail

      • getScript

        public Script getScript()
        The script that is currently being executed
      • getEventName

        public String getEventName()
        The name passed to runelite_callback
      • setScript

        public void setScript​(Script script)
        The script that is currently being executed
      • setEventName

        public void setEventName​(String eventName)
        The name passed to runelite_callback
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object