Package zombie.Lua

Class Event.Add

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

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

    Constructors
    Constructor Description
    Add​(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

    • Add

      public Add​(Event e)
  • Method Details