Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
208
asUINT asCObjectType::GetSubTypeCount() const
209
{
210
return asUINT(templateSubTypes.GetLength());
211
}
212
213
asUINT asCObjectType::GetInterfaceCount() const
214
{
Callers
3
CompileClasses
Method · 0.45
as_scriptengine.cpp
File · 0.45
Test
Function · 0.45
Calls
1
GetLength
Method · 0.45
Tested by
1
Test
Function · 0.36