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