Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
917
asUINT asCModule::GetFunctionCount() const
918
{
919
return (asUINT)m_globalFunctions.GetSize();
920
}
921
922
// interface
923
asIScriptFunction *asCModule::GetFunctionByDecl(const char *decl) const
Callers
8
DeleteFunction
Function · 0.80
ListFunctions
Function · 0.80
Test
Function · 0.80
DumpModule
Function · 0.80
TestModuleRef
Function · 0.80
test_saveload.cpp
File · 0.80
Test
Function · 0.80
Test
Function · 0.80
Calls
1
GetSize
Method · 0.45
Tested by
5
Test
Function · 0.64
DumpModule
Function · 0.64
TestModuleRef
Function · 0.64
Test
Function · 0.64
Test
Function · 0.64