MCPcopy Create free account
hub / github.com/anjo76/angelscript / GetSubTypeCount

Method GetSubTypeCount

sdk/angelscript/source/as_objecttype.cpp:208–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206}
207
208asUINT asCObjectType::GetSubTypeCount() const
209{
210 return asUINT(templateSubTypes.GetLength());
211}
212
213asUINT asCObjectType::GetInterfaceCount() const
214{

Callers 3

CompileClassesMethod · 0.45
TestFunction · 0.45

Calls 1

GetLengthMethod · 0.45

Tested by 1

TestFunction · 0.36