Tao.Lua SDK Documentation |
|
Lua.lua_isnil Method
Returns 1 if the value at the given acceptable index is nil, and 0 otherwise.
[Visual Basic]
Public Shared Function lua_isnil( _
ByVal
L As
IntPtr, _
ByVal
n As
Integer _
) As
Boolean
Parameters
-
L
-
-
n
-
Return Value
See Also
Lua Class | Tao.Lua Namespace