ArgumentException: failed to convert parameters
Posted: Tue May 21, 2019 7:03 am
Hi Tony,
I'm getting the error in the title when trying to run a Lua function. The function is registered like this and also unregistered.
This is what is being called in the script section of the dialogue:
Any idea what might be the problem here?
I'm getting the error in the title when trying to run a Lua function. The function is registered like this and also unregistered.
Code: Select all
Lua.RegisterFunction("GetHighestTeamSkill", this, SymbolExtensions.GetMethodInfo(() => GetHighestTeamSkill(0, false)));
Code: Select all
GetHighestTeamSkill(12,false);