lua_tothread function

  1. @JS("lua.lua_tothread")
lua_State lua_tothread(
  1. lua_State L,
  2. int index
)

Implementation

@JS("lua.lua_tothread")          external lua_State  lua_tothread(lua_State L, int index);