zombie.scripting.commands.Character
Class ActualizeCommand

java.lang.Object
  extended by zombie.scripting.commands.BaseCommand
      extended by zombie.scripting.commands.Character.ActualizeCommand

public class ActualizeCommand
extends BaseCommand

Author:
LEMMY

Field Summary
 java.lang.String chr
           
 java.lang.String command
           
 java.lang.String[] params
           
 
Fields inherited from class zombie.scripting.commands.BaseCommand
currentinstance, module, script
 
Constructor Summary
ActualizeCommand()
           
 
Method Summary
 void begin()
           
 boolean DoesInstantly()
           
 void init(java.lang.String object, java.lang.String[] params)
           
 boolean IsFinished()
           
 void update()
           
 
Methods inherited from class zombie.scripting.commands.BaseCommand
AllowCharacterBehaviour, Finish, getValue, updateskip
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

command

public java.lang.String command

chr

public java.lang.String chr

params

public java.lang.String[] params
Constructor Detail

ActualizeCommand

public ActualizeCommand()
Method Detail

init

public void init(java.lang.String object,
                 java.lang.String[] params)
Specified by:
init in class BaseCommand

begin

public void begin()
Specified by:
begin in class BaseCommand

IsFinished

public boolean IsFinished()
Specified by:
IsFinished in class BaseCommand

update

public void update()
Specified by:
update in class BaseCommand

DoesInstantly

public boolean DoesInstantly()
Specified by:
DoesInstantly in class BaseCommand