MCPcopy Create free account
hub / github.com/anjo76/angelscript / GetMethodCount

Method GetMethodCount

sdk/angelscript/source/as_objecttype.cpp:258–261  ·  view source on GitHub ↗

interface

Source from the content-addressed store, hash-verified

256
257// interface
258asUINT asCObjectType::GetMethodCount() const
259{
260 return (asUINT)methods.GetLength();
261}
262
263// interface
264asIScriptFunction *asCObjectType::GetMethodByIndex(asUINT index, bool getVirtual) const

Callers 9

CompileClassesMethod · 0.45
CompareRelationFunction · 0.45
CompareEqualityFunction · 0.45
WriteMethod · 0.45
PrecacheMethod · 0.45
DumpObjectTypeFunction · 0.45
TestFunction · 0.45
TestFunction · 0.45
TestFunction · 0.45

Calls 1

GetLengthMethod · 0.45

Tested by 4

DumpObjectTypeFunction · 0.36
TestFunction · 0.36
TestFunction · 0.36
TestFunction · 0.36