MCPcopy Create free account
hub / github.com/TombEngine/TombEngine / create

Method create

Libs/sol/sol.hpp:26051–26053  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26049 }
26050
26051 basic_thread create() {
26052 return create(lua_state());
26053 }
26054
26055 static basic_thread create(lua_State* L) {
26056 lua_newthread(L);

Callers 2

RegisterMethod · 0.45
create_tableMethod · 0.45

Calls 1

createFunction · 0.85

Tested by

no test coverage detected