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

Method create

extlibs/sol3/include/sol/sol.hpp:25150–25152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25148 }
25149
25150 basic_thread create() {
25151 return create(lua_state());
25152 }
25153
25154 static basic_thread create(lua_State* L) {
25155 lua_newthread(L);

Callers 1

create_tableMethod · 0.45

Calls 2

createFunction · 0.85
lua_newthreadFunction · 0.85

Tested by

no test coverage detected