MCPcopy Create free account
hub / github.com/Illation/ETEngine / DebugCopyResourceFiles

Function DebugCopyResourceFiles

Engine/source/EtCore/Util/Commands.cpp:12–23  ·  view source on GitHub ↗

doesn't work anymore, keeping code as an example

Source from the content-addressed store, hash-verified

10
11// doesn't work anymore, keeping code as an example
12void DebugCopyResourceFiles()
13{
14#ifdef PLATFORM_Win
15 if (IsDebuggerPresent())
16 {
17 LOG(execConsoleCommand(FileUtil::GetAbsolutePath("..\\..\\..\\build\\copyResources_windows.bat")
18 + std::string(" ") + FileUtil::GetAbsolutePath("..\\..\\..\\source")
19 + std::string(" ") + FileUtil::GetExecutableDir()
20 + std::string(" x32")));
21 }
22#endif
23}
24
25
26} // namespace core

Callers

nothing calls this directly

Calls 1

execConsoleCommandFunction · 0.85

Tested by

no test coverage detected