MCPcopy Create free account
hub / github.com/danomatika/ofxLua / writeTableToFile

Method writeTableToFile

src/ofxLua.cpp:977–981  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

975}
976
977bool ofxLua::writeTableToFile(const std::string& filename, bool recursive) {
978 ofxLuaFileWriter writer;
979 writeTable(writer, recursive);
980 return writer.saveToFile(filename);
981}
982
983bool ofxLua::writeTableToFile(const std::string& tableName, const std::string& filename, bool recursive) {
984 ofxLuaFileWriter writer;

Callers

nothing calls this directly

Calls 1

saveToFileMethod · 0.80

Tested by

no test coverage detected