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

Function TestManager

sdk/tests/test_feature/source/test_factory.cpp:80–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78MyFactory *MyFactory::m_factory = NULL;
79
80void TestManager(const CScriptString *text, signed int x, signed int y, unsigned int z, MyFactory &manager)
81{
82 manager.Test(text->buffer.c_str(), x, y, z);
83}
84
85bool Test()
86{

Callers

nothing calls this directly

Calls 1

TestMethod · 0.45

Tested by

no test coverage detected