Esempio n. 1
0
    private static int Application_LogCallback(IntPtr L)
    {
        LuaScriptMgr.CheckArgsCount(L, 1);
        Delegate o = DelegateFactory.Application_LogCallback(LuaScriptMgr.GetLuaFunction(L, 1));

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