Class ScriptPreFired


  • public final class ScriptPreFired
    extends java.lang.Object
    An event that is fired before the designated script is ran
    • Constructor Detail

      • ScriptPreFired

        public ScriptPreFired​(int scriptId,
                              RSScriptEvent scriptEvent)
    • Method Detail

      • getScriptId

        public int getScriptId()
        The script id of the invoked script
      • getScriptEvent

        public RSScriptEvent getScriptEvent()
        The input of the script invoke, this will be null unless it is the root script
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object