Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1121
asUINT asCModule::GetObjectTypeCount() const
1122
{
1123
return (asUINT)m_classTypes.GetLength();
1124
}
1125
1126
// interface
1127
asITypeInfo *asCModule::GetObjectTypeByIndex(asUINT index) const
Callers
5
GetControllerScript
Method · 0.45
WriteConfigToStream
Function · 0.45
Test
Function · 0.45
DumpModule
Function · 0.45
Test
Function · 0.45
Calls
1
GetLength
Method · 0.45
Tested by
3
Test
Function · 0.36
DumpModule
Function · 0.36
Test
Function · 0.36