interface
| 1473 | |
| 1474 | // interface |
| 1475 | const char *asCScriptFunction::GetDeclaration(bool includeObjectName, bool includeNamespace, bool includeParamNames) const |
| 1476 | { |
| 1477 | asCString *tempString = &asCThreadManager::GetLocalData()->string; |
| 1478 | *tempString = GetDeclarationStr(includeObjectName, includeNamespace, includeParamNames); |
| 1479 | return tempString->AddressOf(); |
| 1480 | } |
| 1481 | |
| 1482 | // interface |
| 1483 | const char *asCScriptFunction::GetScriptSectionName() const |
no test coverage detected