Tao.Lua SDK Documentation |
|
Lua.luaL_checklstring Method
Checks whether the function argument narg is a string and returns this string; if l is not NULL fills *l with the string's length.
[Visual Basic]
Public Shared Function luaL_checklstring( _
ByVal
L As
IntPtr, _
ByVal
numArg As
Integer, _
ByRef
l As
UInt32 _
) As
String
Parameters
-
L
-
-
numArg
-
-
l
-
Return Value
See Also
Lua Class | Tao.Lua Namespace