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

Method GetObjectTypeCount

sdk/angelscript/source/as_module.cpp:1121–1124  ·  view source on GitHub ↗

interface

Source from the content-addressed store, hash-verified

1119
1120// interface
1121asUINT asCModule::GetObjectTypeCount() const
1122{
1123 return (asUINT)m_classTypes.GetLength();
1124}
1125
1126// interface
1127asITypeInfo *asCModule::GetObjectTypeByIndex(asUINT index) const

Callers 5

GetControllerScriptMethod · 0.45
WriteConfigToStreamFunction · 0.45
TestFunction · 0.45
DumpModuleFunction · 0.45
TestFunction · 0.45

Calls 1

GetLengthMethod · 0.45

Tested by 3

TestFunction · 0.36
DumpModuleFunction · 0.36
TestFunction · 0.36