Fix scripting bindings in searching virtual methods to invoke when there is a name and parameter count collision
#3649
This commit is contained in:
@@ -363,6 +363,11 @@ MMethod* MClass::GetMethod(const char* name, int32 numParams) const
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
MMethod* MClass::GetMethod(const ScriptingTypeMethodSignature& signature) const
|
||||
{
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
const Array<MMethod*, ArenaAllocation>& MClass::GetMethods() const
|
||||
{
|
||||
_hasCachedMethods = true;
|
||||
|
||||
Reference in New Issue
Block a user