MCPcopy 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
233asUINT asCObjectType::GetFactoryCount() const
234{
235 return (asUINT)beh.factories.GetLength();
236}
237
238// interface
239asIScriptFunction *asCObjectType::GetFactoryByIndex(asUINT index) const

Callers 6

WriteMethod · 0.45
RestoreMethod · 0.45
DumpObjectTypeFunction · 0.45
TestModuleFunction · 0.45

Calls 1

GetLengthMethod · 0.45

Tested by 2

DumpObjectTypeFunction · 0.36
TestModuleFunction · 0.36