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

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