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

Method GetFuncdefCount

sdk/angelscript/source/as_scriptengine.cpp:6084–6087  ·  view source on GitHub ↗

interface

Source from the content-addressed store, hash-verified

6082
6083// interface
6084asUINT asCScriptEngine::GetFuncdefCount() const
6085{
6086 return asUINT(registeredFuncDefs.GetLength());
6087}
6088
6089// interface
6090asITypeInfo *asCScriptEngine::GetFuncdefByIndex(asUINT index) const

Callers 2

WriteConfigToStreamFunction · 0.80
DumpModuleFunction · 0.80

Calls 1

GetLengthMethod · 0.45

Tested by 1

DumpModuleFunction · 0.64