Tao.Lua SDK Documentation |
|
Lua.luaL_checkudata Method
Checks whether the function argument narg is a userdata of the type tname (see luaL_newmetatable).
[Visual Basic]
Public Shared Function luaL_checkudata( _
ByVal
L As
IntPtr, _
ByVal
ud As
Integer, _
ByVal
tname As
String _
) As
IntPtr
Parameters
-
L
-
-
ud
-
-
tname
-
Return Value
See Also
Lua Class | Tao.Lua Namespace