Tao.Lua SDK Documentation |
|
Lua.luaL_checkint Method
Checks whether the function argument narg is a number and returns this number cast to an int.
[Visual Basic]
Public Shared Function luaL_checkint( _
ByVal
L As
IntPtr, _
ByVal
n As
Integer _
) As
Integer
Parameters
-
L
-
-
n
-
Return Value
See Also
Lua Class | Tao.Lua Namespace