Class IsDead

java.lang.Object
zombie.scripting.commands.BaseCommand
zombie.scripting.commands.Character.IsDead

public class IsDead
extends BaseCommand
  • Field Summary

    Fields inherited from class zombie.scripting.commands.BaseCommand

    currentinstance, module, script
  • Constructor Summary

    Constructors
    Constructor Description
    IsDead()  
  • Method Summary

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

    Methods inherited from class zombie.scripting.commands.BaseCommand

    AllowCharacterBehaviour, updateskip

    Methods inherited from class java.lang.Object

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

    • IsDead

      public IsDead()
  • Method Details