LuaInterface.LuaDLL.luaS_pushobject C# (CSharp) Method

luaS_pushobject() private method

private luaS_pushobject ( IntPtr l, int index, string t, bool gco, int cref ) : int
l System.IntPtr
index int
t string
gco bool
cref int
return int
        public static extern int luaS_pushobject(IntPtr l, int index, string t, bool gco, int cref);
LuaDLL