MCPcopy Create free account
hub / github.com/axmolengine/axmol / create

Method create

3rdparty/lua/sol/sol.hpp:28217–28219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28215 }
28216
28217 basic_thread create() {
28218 return create(lua_state());
28219 }
28220
28221 static basic_thread create(lua_State* L) {
28222 lua_newthread(L);

Callers 1

create_tableMethod · 0.45

Calls 2

createFunction · 0.85
lua_newthreadFunction · 0.85

Tested by

no test coverage detected