AGS.Plugin.Lua.InvokeLua.lua_concat C# (CSharp) Method

lua_concat() private method

private lua_concat ( IntPtr L, int n ) : void
L System.IntPtr
n int
return void
        public static extern void lua_concat(lua_State L, int n);
InvokeLua