MCPcopy Create free account
hub / github.com/anjo76/angelscript / WriteConfigToFile

Function WriteConfigToFile

sdk/add_on/scripthelper/scripthelper.cpp:212–218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

210}
211
212int WriteConfigToFile(asIScriptEngine *engine, const char *filename)
213{
214 ofstream strm;
215 strm.open(filename);
216
217 return WriteConfigToStream(engine, strm);
218}
219
220int WriteConfigToStream(asIScriptEngine *engine, ostream &strm)
221{

Callers 1

TestFunction · 0.85

Calls 1

WriteConfigToStreamFunction · 0.85

Tested by 1

TestFunction · 0.68