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

Method GetGlobalFunctionCount

sdk/angelscript/source/as_scriptengine.cpp:3252–3256  ·  view source on GitHub ↗

interface

Source from the content-addressed store, hash-verified

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

Callers 3

ListFunctionsFunction · 0.80
WriteConfigToStreamFunction · 0.80
DumpModuleFunction · 0.80

Calls 1

GetSizeMethod · 0.45

Tested by 1

DumpModuleFunction · 0.64