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

Method GetFunctionByIndex

sdk/angelscript/source/as_module.cpp:346–349  ·  view source on GitHub ↗

interface

Source from the content-addressed store, hash-verified

344
345// interface
346asIScriptFunction *asCModule::GetFunctionByIndex(asUINT index) const
347{
348 return const_cast<asCScriptFunction*>(m_globalFunctions.Get(index));
349}
350
351// internal
352int asCModule::CallInit(asIScriptContext *myCtx)

Callers 12

ListFunctionsFunction · 0.80
ExecFunction · 0.80
TestFunction · 0.80
DumpModuleFunction · 0.80
TestBStrFunction · 0.80
test_saveload.cppFile · 0.80
TestNestedFunction · 0.80
test_nested.cppFile · 0.80
TestFunction · 0.80
ThreadFunction · 0.80
ThreadFunction · 0.80
TestFunction · 0.80

Calls 1

GetMethod · 0.45

Tested by 9

ExecFunction · 0.64
TestFunction · 0.64
DumpModuleFunction · 0.64
TestBStrFunction · 0.64
TestNestedFunction · 0.64
TestFunction · 0.64
ThreadFunction · 0.64
ThreadFunction · 0.64
TestFunction · 0.64