Tao.Lua SDK Documentation |
|
Lua.luaL_buffinit Method
Initializes a buffer B. This function does not allocate any space; the buffer must be declared as a variable (see luaL_Buffer).
[Visual Basic]
Public Shared Sub luaL_buffinit( _
ByVal
L As
IntPtr, _
ByRef
B As
luaL_Buffer _
)
Parameters
-
L
-
-
B
-
See Also
Lua Class | Tao.Lua Namespace