Beispiel #1
0
        public new bool Call <R, P0, P1, P2>(out R r, P0 p0, P1 p1, P2 p2)
        {
            var l = L;

            l.pushvalue(StackPos);
            return(LuaFuncHelper.PushArgsAndCall(l, out r, p0, p1, p2));
        }
Beispiel #2
0
        public new void Call <P0, P1, P2, P3, P4, P5, P6, P7, P8, P9>(P0 p0, P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7, P8 p8, P9 p9)
        {
            var l = L;

            l.pushvalue(StackPos);
            LuaFuncHelper.PushArgsAndCall(l, p0, p1, p2, p3, p4, p5, p6, p7, p8, p9);
        }
Beispiel #3
0
        public new bool Call <R, P0>(out R r, P0 p0)
        {
            var l = L;

            l.pushvalue(StackPos);
            return(LuaFuncHelper.PushArgsAndCall(l, out r, p0));
        }
Beispiel #4
0
        public new void Call <P0, P1, P2, P3>(P0 p0, P1 p1, P2 p2, P3 p3)
        {
            var l = L;

            l.pushvalue(StackPos);
            LuaFuncHelper.PushArgsAndCall(l, p0, p1, p2, p3);
        }
Beispiel #5
0
        public new void Call <P0, P1, P2, P3, P4, P5, P6>(P0 p0, P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6)
        {
            var l = L;

            l.pushvalue(StackPos);
            LuaFuncHelper.PushArgsAndCall(l, p0, p1, p2, p3, p4, p5, p6);
        }
Beispiel #6
0
        public void Call <P0, P1>(P0 p0, P1 p1)
        {
            var l = L;

            l.getref(Refid);
            LuaFuncHelper.PushArgsAndCall(l, p0, p1);
        }
Beispiel #7
0
        public new void Call <P0, P1>(P0 p0, P1 p1)
        {
            var l = L;

            l.pushvalue(StackPos);
            LuaFuncHelper.PushArgsAndCall(l, p0, p1);
        }
Beispiel #8
0
        public bool Call <R, P0, P1, P2, P3, P4, P5>(out R r, P0 p0, P1 p1, P2 p2, P3 p3, P4 p4, P5 p5)
        {
            var l = L;

            l.getref(Refid);
            return(LuaFuncHelper.PushArgsAndCall(l, out r, p0, p1, p2, p3, p4, p5));
        }
Beispiel #9
0
        public bool Call <R, P0, P1, P2, P3, P4, P5, P6, P7, P8, P9>(out R r, P0 p0, P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7, P8 p8, P9 p9)
        {
            var l = L;

            l.getref(Refid);
            return(LuaFuncHelper.PushArgsAndCall(l, out r, p0, p1, p2, p3, p4, p5, p6, p7, p8, p9));
        }
Beispiel #10
0
        public bool Call <R, P0>(out R r, P0 p0)
        {
            var l = L;

            l.getref(Refid);
            return(LuaFuncHelper.PushArgsAndCall(l, out r, p0));
        }
Beispiel #11
0
        public bool Call <R, P0, P1, P2>(out R r, P0 p0, P1 p1, P2 p2)
        {
            var l = L;

            l.getref(Refid);
            return(LuaFuncHelper.PushArgsAndCall(l, out r, p0, p1, p2));
        }
Beispiel #12
0
        public void Call <P0, P1, P2, P3, P4, P5, P6, P7, P8, P9>(P0 p0, P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7, P8 p8, P9 p9)
        {
            var l = L;

            l.getref(Refid);
            LuaFuncHelper.PushArgsAndCall(l, p0, p1, p2, p3, p4, p5, p6, p7, p8, p9);
        }
Beispiel #13
0
        public void Call <P0, P1, P2, P3, P4, P5, P6>(P0 p0, P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6)
        {
            var l = L;

            l.getref(Refid);
            LuaFuncHelper.PushArgsAndCall(l, p0, p1, p2, p3, p4, p5, p6);
        }
Beispiel #14
0
        public void Call <P0, P1, P2, P3>(P0 p0, P1 p1, P2 p2, P3 p3)
        {
            var l = L;

            l.getref(Refid);
            LuaFuncHelper.PushArgsAndCall(l, p0, p1, p2, p3);
        }
Beispiel #15
0
        public new bool Call <R, P0, P1, P2, P3, P4, P5>(out R r, P0 p0, P1 p1, P2 p2, P3 p3, P4 p4, P5 p5)
        {
            var l = L;

            l.pushvalue(StackPos);
            return(LuaFuncHelper.PushArgsAndCall(l, out r, p0, p1, p2, p3, p4, p5));
        }
Beispiel #16
0
        public new void Call()
        {
            var l = L;

            l.pushvalue(StackPos);
            LuaFuncHelper.PushArgsAndCall(l);
        }
Beispiel #17
0
        public new bool Call <R, P0, P1, P2, P3, P4, P5, P6, P7, P8, P9>(out R r, P0 p0, P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7, P8 p8, P9 p9)
        {
            var l = L;

            l.pushvalue(StackPos);
            return(LuaFuncHelper.PushArgsAndCall(l, out r, p0, p1, p2, p3, p4, p5, p6, p7, p8, p9));
        }
Beispiel #18
0
        public void Call()
        {
            var l = L;

            l.getref(Refid);
            LuaFuncHelper.PushArgsAndCall(l);
        }