Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
218
asITypeInfo *asCObjectType::GetInterface(asUINT index) const
219
{
220
return interfaces[index];
221
}
222
223
// internal
224
bool asCObjectType::IsInterface() const
Callers
2
GetControllerScript
Method · 0.45
DumpObjectType
Function · 0.45
Calls
no outgoing calls
Tested by
1
DumpObjectType
Function · 0.36