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

Method GetObjectTypeByIndex

sdk/angelscript/source/as_module.cpp:1127–1133  ·  view source on GitHub ↗

interface

Source from the content-addressed store, hash-verified

1125
1126// interface
1127asITypeInfo *asCModule::GetObjectTypeByIndex(asUINT index) const
1128{
1129 if( index >= m_classTypes.GetLength() )
1130 return 0;
1131
1132 return m_classTypes[index];
1133}
1134
1135// interface
1136asITypeInfo *asCModule::GetTypeInfoByName(const char *in_name) const

Callers 6

GetControllerScriptMethod · 0.45
WriteConfigToStreamFunction · 0.45
TestFunction · 0.45
DumpModuleFunction · 0.45
test_exception.cppFile · 0.45
TestFunction · 0.45

Calls 1

GetLengthMethod · 0.45

Tested by 3

TestFunction · 0.36
DumpModuleFunction · 0.36
TestFunction · 0.36