Tao.Lua SDK Documentation

Lua.luaL_addsize Method 

Adds a string of length n previously copied to the buffer area (see luaL_prepbuffer) to the buffer B (see luaL_Buffer).

[Visual Basic]
Public Shared Sub luaL_addsize( _
   ByVal B As luaL_Buffer, _
   ByVal n As Integer _
)
[C#]
public static void luaL_addsize(
   luaL_Buffer B,
   int n
);

Parameters

B
n

See Also

Lua Class | Tao.Lua Namespace