Initial revision of lua 'doc' function
This commit is contained in:
@@ -711,6 +711,7 @@ void World::run_scheduled_threads() {
|
||||
if (LS.ckboolean(print)) {
|
||||
for (int i = 1; i <= lua_gettop(CO); i++) {
|
||||
pprint(LSCO, LuaSpecial(i), true, ostream);
|
||||
(*ostream) << std::endl;
|
||||
}
|
||||
}
|
||||
LS.rawset(threads, sched.thread_id(), LuaNil);
|
||||
|
||||
Reference in New Issue
Block a user