Package zombie.Lua

Class Event.Remove

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

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

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

    Modifier and Type Method Description
    int call​(LuaCallFrame luaCallFrame, int int1)  

    Methods inherited from class java.lang.Object

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

    • Remove

      public Remove​(Event event)
  • Method Details