Class Call

java.lang.Object
zombie.scripting.commands.BaseCommand
zombie.scripting.commands.Script.Call

public class Call
extends BaseCommand
  • Field Summary

    Fields inherited from class zombie.scripting.commands.BaseCommand

    currentinstance, module, script
  • Constructor Summary

    Constructors
    Constructor Description
    Call()  
  • Method Summary

    Modifier and Type Method Description
    void begin()  
    boolean DoesInstantly()  
    void init​(java.lang.String string, java.lang.String[] stringArray)  
    boolean IsFinished()  
    void update()  

    Methods inherited from class zombie.scripting.commands.BaseCommand

    AllowCharacterBehaviour, Finish, getValue, updateskip

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Call

      public Call()
  • Method Details