Package net.eternalclient.api.rs
Interface RSScript
-
- All Superinterfaces:
RSDualNode,RSNode
public interface RSScript extends RSDualNode
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int[]getInstructions()intgetIntArgumentCount()int[]getIntOperands()intgetStringArgumentCount()java.lang.String[]getStringOperands()-
Methods inherited from interface net.eternalclient.api.rs.RSDualNode
getNextDual, getPreviousDual, previousDual, setNextDual, setPreviousDual, unlinkDual
-
Methods inherited from interface net.eternalclient.api.rs.RSNode
getHash, getNext, getPrevious, onUnlink, setHash, setNext, setPrevious, unlink
-
-