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

Method GetFunctionDeclaration

sdk/angelscript/source/as_scriptengine.cpp:1561–1569  ·  view source on GitHub ↗

internal

Source from the content-addressed store, hash-verified

1559
1560// internal
1561asCString asCScriptEngine::GetFunctionDeclaration(int funcId)
1562{
1563 asCString str;
1564 asCScriptFunction *func = GetScriptFunction(funcId);
1565 if( func )
1566 str = func->GetDeclarationStr();
1567
1568 return str;
1569}
1570
1571// internal
1572asCScriptFunction *asCScriptEngine::GetScriptFunction(int funcId) const

Callers 2

CompileClassesMethod · 0.80
DebugOutputMethod · 0.80

Calls 1

GetDeclarationStrMethod · 0.80

Tested by

no test coverage detected