Tao.Lua SDK Documentation

Lua.luaL_addstring Method 

Adds the zero-terminated string pointed to by s to the buffer B (see luaL_Buffer). The string may not contain embedded zeros.

[Visual Basic]
Public Shared Sub luaL_addstring( _
   ByRef B As luaL_Buffer, _
   ByVal s As String _
)
[C#]
public static void luaL_addstring(
   ref luaL_Buffer B,
   string s
);

Parameters

B
s

See Also

Lua Class | Tao.Lua Namespace