Beispiel #1
0
    static int Application_LowMemoryCallback(IntPtr L)
    {
        LuaScriptMgr.CheckArgsCount(L, 1);
        LuaFunction arg0 = LuaScriptMgr.GetLuaFunction(L, 1);
        Delegate    o    = DelegateFactory.Application_LowMemoryCallback(arg0);

        LuaScriptMgr.Push(L, o);
        return(1);
    }