Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anjo76/angelscript
/ GetTypedefCount
Method
GetTypedefCount
sdk/angelscript/source/as_module.cpp:1210–1213 ·
view source on GitHub ↗
interface
Source
from the content-addressed store, hash-verified
1208
1209
// interface
1210
asUINT asCModule::GetTypedefCount() const
1211
{
1212
return (asUINT)m_typeDefs.GetLength();
1213
}
1214
1215
// interface
1216
asITypeInfo *asCModule::GetTypedefByIndex(asUINT index) const
Callers
2
WriteConfigToStream
Function · 0.45
DumpModule
Function · 0.45
Calls
1
GetLength
Method · 0.45
Tested by
1
DumpModule
Function · 0.36