interface
| 1515 | |
| 1516 | // interface |
| 1517 | const 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 |