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

Method GetFunctionById

sdk/angelscript/source/as_scriptengine.cpp:6499–6502  ·  view source on GitHub ↗

interface

Source from the content-addressed store, hash-verified

6497
6498// interface
6499asIScriptFunction *asCScriptEngine::GetFunctionById(int funcId) const
6500{
6501 return GetScriptFunction(funcId);
6502}
6503
6504// internal
6505bool asCScriptEngine::IsTemplateType(const char *name) const

Callers 11

GetFactoryByIndexMethod · 0.80
GetFactoryByDeclMethod · 0.80
TestExecute1ArgFunction · 0.80
CompileMethod · 0.80
TestFunction · 0.80
RegisterGlobalFunctionFunction · 0.80
TestFunction · 0.80
getDynamicFunctionFunction · 0.80

Calls

no outgoing calls

Tested by 6

TestExecute1ArgFunction · 0.64
CompileMethod · 0.64
TestFunction · 0.64
RegisterGlobalFunctionFunction · 0.64
TestFunction · 0.64
getDynamicFunctionFunction · 0.64