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

Method GetFunctionCount

sdk/angelscript/source/as_module.cpp:917–920  ·  view source on GitHub ↗

interface

Source from the content-addressed store, hash-verified

915
916// interface
917asUINT asCModule::GetFunctionCount() const
918{
919 return (asUINT)m_globalFunctions.GetSize();
920}
921
922// interface
923asIScriptFunction *asCModule::GetFunctionByDecl(const char *decl) const

Callers 8

DeleteFunctionFunction · 0.80
ListFunctionsFunction · 0.80
TestFunction · 0.80
DumpModuleFunction · 0.80
TestModuleRefFunction · 0.80
test_saveload.cppFile · 0.80
TestFunction · 0.80
TestFunction · 0.80

Calls 1

GetSizeMethod · 0.45

Tested by 5

TestFunction · 0.64
DumpModuleFunction · 0.64
TestModuleRefFunction · 0.64
TestFunction · 0.64
TestFunction · 0.64