internal
| 1062 | |
| 1063 | // internal |
| 1064 | bool asCScriptFunction::IsSignatureExceptNameEqual(const asCScriptFunction *func) const |
| 1065 | { |
| 1066 | return IsSignatureExceptNameEqual(func->returnType, func->parameterTypes, func->inOutFlags, func->objectType, func->IsReadOnly()); |
| 1067 | } |
| 1068 | |
| 1069 | // internal |
| 1070 | bool asCScriptFunction::IsSignatureExceptNameEqual(const asCDataType &retType, const asCArray<asCDataType> ¶mTypes, const asCArray<asETypeModifiers> ¶mInOut, const asCObjectType *objType, bool readOnly) const |
no test coverage detected