Package zombie.Lua

Class Event.Remove

java.lang.Object
zombie.Lua.Event.Remove
All Implemented Interfaces:
JavaFunction
Enclosing class:
Event

public class Event.Remove
extends java.lang.Object
implements JavaFunction
  • Constructor Summary

    Constructors
    Constructor Description
    Remove​(Event e)  
  • Method Summary

    Modifier and Type Method Description
    int call​(LuaCallFrame callFrame, int nArguments)  

    Methods inherited from class java.lang.Object

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

    • Remove

      public Remove​(Event e)
  • Method Details