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

Method GetDeclaration

sdk/angelscript/source/as_scriptfunction.cpp:1517–1523  ·  view source on GitHub ↗

interface

Source from the content-addressed store, hash-verified

1515
1516// interface
1517const char *asCScriptFunction::GetDeclaration(bool includeObjectName, bool includeNamespace, bool includeParamNames) const
1518{
1519 asCString str = GetDeclarationStr(includeObjectName, includeNamespace, includeParamNames);
1520 asCString* tempString = &asCThreadManager::GetLocalData()->string;
1521 *tempString = str;
1522 return tempString->AddressOf();
1523}
1524
1525#ifdef AS_DEPRECATED
1526// deprecated since 2025-04-25, 2.38.0

Callers 15

ExecuteCallMethod · 0.80
ListFunctionsFunction · 0.80
RunApplicationFunction · 0.80
RunApplicationFunction · 0.80
DetermineSingleFuncMethod · 0.80
PrintMatchingFuncsMethod · 0.80
ImplicitConvObjectRefMethod · 0.80
CompileConstructCallMethod · 0.80
ValidateDefaultArgsMethod · 0.80

Calls 1

AddressOfMethod · 0.45

Tested by 15

LineCallbackFunction · 0.64
LineCallback2Function · 0.64
LineCallback3Function · 0.64
LineCallback4Function · 0.64
ExceptionCallbackFunction · 0.64
DebugCallFunction · 0.64
TestFunction · 0.64
DumpObjectTypeFunction · 0.64
DumpModuleFunction · 0.64
TestFunction · 0.64
TestFunction · 0.64
AssertFunction · 0.64