MCPcopy Create free account
hub / github.com/crownengine/crown / lua_save_data_write_root_table

Function lua_save_data_write_root_table

src/lua/lua_api.cpp:721–724  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

719}
720
721static void lua_save_data_write_root_table(lua_State *L, int i, StringStream &sjson)
722{
723 lua_save_data_write_table(L, i, sjson, 0, true, false);
724}
725
726static bool lua_save_data_push_sjson_value(lua_State *L, const char *value, bool &error);
727static bool lua_save_data_push_sjson_object(lua_State *L, const char *value, bool &error, bool force_regular);

Callers 1

load_apiFunction · 0.85

Calls 1

Tested by

no test coverage detected