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

Function SetQuestClassByRef

sdk/tests/test_feature/source/teststdstring.cpp:506–511  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

504}
505
506void SetQuestClassByRef(const wstring &moduleName)
507{
508 string modulenameAscii;
509 WStringToString(moduleName, modulenameAscii);
510 assert(modulenameAscii == "Tutorial");
511}
512
513void SetQuestClassByVal(wstring moduleName)
514{

Callers

nothing calls this directly

Calls 1

WStringToStringFunction · 0.85

Tested by

no test coverage detected