Frictional Games Forum (read-only)
What does "No macthing signatures to" mean? - Printable Version

+- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum)
+-- Forum: Amnesia: The Dark Descent (https://www.frictionalgames.com/forum/forum-6.html)
+--- Forum: Custom Stories, TCs & Mods - Development (https://www.frictionalgames.com/forum/forum-38.html)
+---- Forum: Development Support (https://www.frictionalgames.com/forum/forum-39.html)
+---- Thread: What does "No macthing signatures to" mean? (/thread-16872.html)



What does "No macthing signatures to" mean? - Magasztos - 07-10-2012

Okay here is the deal...I'm not the best at scripting but I can handle myself,

Now I am not asking how to fix my script but I'm asking what this means?

If anyone can help me, thanks.



-Imre


RE: What does "No macthing signatures to" mean? - Your Computer - 07-10-2012

It means the function you tried to call doesn't exist.


RE: What does "No macthing signatures to" mean? - Magasztos - 07-10-2012

Thanks, but in that case I can't help but wonder...

Is it possible to make different functions of the same type, like 2 "OnPickup" functions?


RE: What does "No macthing signatures to" mean? - Your Computer - 07-10-2012

Function overloading is where you create two (or more) functions with the same name, but where their signatures differ in their parameters.


RE: What does "No macthing signatures to" mean? - Magasztos - 07-10-2012

(07-10-2012, 08:38 AM)Your Computer Wrote: Function overloading is where you create two (or more) functions with the same name, but where their signatures differ in their parameters.



Thank you sooo much I probably would have stopped doing this some time ago if it wasn't for you and your videos :p