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

Method GetModuleCount

sdk/angelscript/source/as_scriptengine.cpp:1464–1470  ·  view source on GitHub ↗

interface

Source from the content-addressed store, hash-verified

1462
1463// interface
1464asUINT asCScriptEngine::GetModuleCount() const
1465{
1466 ACQUIRESHARED(engineRWLock);
1467 asUINT length = asUINT(scriptModules.GetLength());
1468 RELEASESHARED(engineRWLock);
1469 return length;
1470}
1471
1472// interface
1473asIScriptModule *asCScriptEngine::GetModuleByIndex(asUINT index) const

Callers 1

TestFunction · 0.80

Calls 1

GetLengthMethod · 0.45

Tested by 1

TestFunction · 0.64