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

Function SetQuestClassByVal

sdk/tests/test_feature/source/teststdstring.cpp:513–518  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

511}
512
513void SetQuestClassByVal(wstring moduleName)
514{
515 string modulenameAscii;
516 WStringToString(moduleName, modulenameAscii);
517 assert(modulenameAscii == "Tutorial");
518}
519
520bool TestStdWString()
521{

Callers

nothing calls this directly

Calls 1

WStringToStringFunction · 0.85

Tested by

no test coverage detected