Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anjo76/angelscript
/ GetFuncdefCount
Method
GetFuncdefCount
sdk/angelscript/source/as_scriptengine.cpp:6084–6087 ·
view source on GitHub ↗
interface
Source
from the content-addressed store, hash-verified
6082
6083
// interface
6084
asUINT asCScriptEngine::GetFuncdefCount() const
6085
{
6086
return asUINT(registeredFuncDefs.GetLength());
6087
}
6088
6089
// interface
6090
asITypeInfo *asCScriptEngine::GetFuncdefByIndex(asUINT index) const
Callers
2
WriteConfigToStream
Function · 0.80
DumpModule
Function · 0.80
Calls
1
GetLength
Method · 0.45
Tested by
1
DumpModule
Function · 0.64