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