LuaInterface.LuaDLL.luaS_pushobject C# (CSharp) Méthode

luaS_pushobject() private méthode

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
Résultat int
        public static extern int luaS_pushobject(IntPtr l, int index, string t, bool gco, int cref);
LuaDLL