interface
| 3250 | |
| 3251 | // interface |
| 3252 | asUINT asCScriptEngine::GetGlobalFunctionCount() const |
| 3253 | { |
| 3254 | // Don't count the builtin delegate factory |
| 3255 | return asUINT(registeredGlobalFuncs.GetSize()-1); |
| 3256 | } |
| 3257 | |
| 3258 | // interface |
| 3259 | asIScriptFunction *asCScriptEngine::GetGlobalFunctionByIndex(asUINT index) const |