MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / SetRecordFile

Method SetRecordFile

engine/Poseidon/UI/UITestEngine.cpp:209–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

207
208void UITestEngine::Step()
209{
210 // Dump mode / Record mode: monitor display changes
211 ControlsContainer* display = FindActiveDisplay();
212 int currentIDD = display ? display->IDD() : -1;
213 if (currentIDD != _lastDumpIDD)
214 {
215 _lastDumpIDD = currentIDD;
216 if (!_recordPath.empty())
217 RecordDisplayChange(currentIDD);
218 if (_dumpMode)

Callers

nothing calls this directly

Calls 1

clearMethod · 0.80

Tested by

no test coverage detected