MCPcopy 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
1210asUINT asCModule::GetTypedefCount() const
1211{
1212 return (asUINT)m_typeDefs.GetLength();
1213}
1214
1215// interface
1216asITypeInfo *asCModule::GetTypedefByIndex(asUINT index) const

Callers 2

WriteConfigToStreamFunction · 0.45
DumpModuleFunction · 0.45

Calls 1

GetLengthMethod · 0.45

Tested by 1

DumpModuleFunction · 0.36