zombie.scripting.commands.Lua
Class LuaCall

java.lang.Object
  extended by zombie.scripting.commands.BaseCommand
      extended by zombie.scripting.commands.Lua.LuaCall

public class LuaCall
extends BaseCommand

Author:
LEMMY

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

Field Detail

func

public java.lang.String func
Constructor Detail

LuaCall

public LuaCall()
Method Detail

getValue

public boolean getValue()
Overrides:
getValue in class BaseCommand

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