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

Method GetImportedFunctionCount

sdk/angelscript/source/as_module.cpp:866–869  ·  view source on GitHub ↗

interface

Source from the content-addressed store, hash-verified

864
865// interface
866asUINT asCModule::GetImportedFunctionCount() const
867{
868 return (asUINT)m_bindInformations.GetLength();
869}
870
871// interface
872int asCModule::GetImportedFunctionIndexByDecl(const char *decl) const

Callers 2

DumpModuleFunction · 0.80
BindImportedFunctionsFunction · 0.80

Calls 1

GetLengthMethod · 0.45

Tested by 2

DumpModuleFunction · 0.64
BindImportedFunctionsFunction · 0.64