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

Function lua_save_data_write_indent

src/lua/lua_api.cpp:547–551  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

545}
546
547static void lua_save_data_write_indent(StringStream &sjson, u32 depth)
548{
549 for (u32 ii = 0; ii < depth; ++ii)
550 sjson << "\t";
551}
552
553static bool lua_save_data_is_reserved_type(const char *type)
554{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected