Tao.Lua SDK Documentation

Lua.luaL_pushresult Method 

Finishes the use of buffer B leaving the final string on the top of the stack.

[Visual Basic]
Public Shared Sub luaL_pushresult( _
   ByRef B As luaL_Buffer _
)
[C#]
public static void luaL_pushresult(
   ref luaL_Buffer B
);

Parameters

B

See Also

Lua Class | Tao.Lua Namespace