Tao.Lua SDK Documentation

Lua.lua_pushthread Method 

Pushes the thread represented by L onto the stack.

[Visual Basic]
Public Shared Function lua_pushthread( _
   ByVal L As IntPtr _
) As Integer
[C#]
public static int lua_pushthread(
   IntPtr L
);

Parameters

L

Return Value

Returns 1 if this thread is the main thread of its state.

See Also

Lua Class | Tao.Lua Namespace