Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anjo76/angelscript
/ GetFactoryCount
Method
GetFactoryCount
sdk/angelscript/source/as_objecttype.cpp:233–236 ·
view source on GitHub ↗
interface
Source
from the content-addressed store, hash-verified
231
232
// interface
233
asUINT asCObjectType::GetFactoryCount() const
234
{
235
return (asUINT)beh.factories.GetLength();
236
}
237
238
// interface
239
asIScriptFunction *asCObjectType::GetFactoryByIndex(asUINT index) const
Callers
6
Write
Method · 0.45
ScriptArrayTemplateCallback
Function · 0.45
Restore
Method · 0.45
ScriptGridTemplateCallback
Function · 0.45
DumpObjectType
Function · 0.45
TestModule
Function · 0.45
Calls
1
GetLength
Method · 0.45
Tested by
2
DumpObjectType
Function · 0.36
TestModule
Function · 0.36