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

Method GetInterface

sdk/angelscript/source/as_objecttype.cpp:218–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

216}
217
218asITypeInfo *asCObjectType::GetInterface(asUINT index) const
219{
220 return interfaces[index];
221}
222
223// internal
224bool asCObjectType::IsInterface() const

Callers 2

GetControllerScriptMethod · 0.45
DumpObjectTypeFunction · 0.45

Calls

no outgoing calls

Tested by 1

DumpObjectTypeFunction · 0.36