MCPcopy Create free account
hub / github.com/MonaSolutions/MonaServer / ToPrint

Method ToPrint

MonaServer/sources/Script.cpp:473–479  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

471}
472
473const char* Script::ToPrint(lua_State* pState, string& out) {
474 int top = lua_gettop(pState);
475 int args = 0;
476 while (args++ < top)
477 ToString(pState,args,out);
478 return out.c_str();
479}
480
481string& Script::ToString(lua_State* pState, int index, string& out) {
482 int type = lua_type(pState, index);

Callers

nothing calls this directly

Calls 1

ToStringFunction · 0.85

Tested by

no test coverage detected