Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
866
asUINT asCModule::GetImportedFunctionCount() const
867
{
868
return (asUINT)m_bindInformations.GetLength();
869
}
870
871
// interface
872
int asCModule::GetImportedFunctionIndexByDecl(const char *decl) const
Callers
2
DumpModule
Function · 0.80
BindImportedFunctions
Function · 0.80
Calls
1
GetLength
Method · 0.45
Tested by
2
DumpModule
Function · 0.64
BindImportedFunctions
Function · 0.64