MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / cScriptFileIO

Method cScriptFileIO

Source/ScriptingEngine.cpp:59–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59cScriptFileIO::cScriptFileIO(std::string pFilename, bool pRead) {
60
61 mStream.open(pFilename, (pRead == true) ? std::ios::in : std::ios::out);
62}
63
64cScriptFileIO::~cScriptFileIO() {
65

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected