Tao.Lua SDK Documentation
Lua.luaL_where Method
[Visual Basic]
Public Shared Sub luaL_where( _
ByVal
L
As
IntPtr
, _
ByVal
lvl
As
Integer
_
)
[C#]
public static
void
luaL_where(
IntPtr
L
,
int
lvl
);
See Also
Lua Class
|
Tao.Lua Namespace