Tao.Lua SDK Documentation

Lua.lua_isthread Method 

Returns 1 if the value at the given acceptable index is a thread, and 0 otherwise.

[Visual Basic]
Public Shared Function lua_isthread( _
   ByVal L As IntPtr, _
   ByVal n As Integer _
) As Boolean
[C#]
public static bool lua_isthread(
   IntPtr L,
   int n
);

Parameters

L
n

Return Value

See Also

Lua Class | Tao.Lua Namespace