Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
What does "No macthing signatures to" mean?
Magasztos Offline
Member

Posts: 54
Threads: 21
Joined: Jun 2012
Reputation: 0
#1
What does "No macthing signatures to" mean?

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

~The Hulk is always greener on the other side~
(This post was last modified: 07-10-2012, 09:20 AM by Magasztos.)
07-10-2012, 08:02 AM
Find
Your Computer Offline
SCAN ME!

Posts: 3,456
Threads: 32
Joined: Jul 2011
Reputation: 235
#2
RE: What does "No macthing signatures to" mean?

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

Tutorials: From Noob to Pro
07-10-2012, 08:07 AM
Website Find
Magasztos Offline
Member

Posts: 54
Threads: 21
Joined: Jun 2012
Reputation: 0
#3
RE: What does "No macthing signatures to" mean?

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?

~The Hulk is always greener on the other side~
07-10-2012, 08:22 AM
Find
Your Computer Offline
SCAN ME!

Posts: 3,456
Threads: 32
Joined: Jul 2011
Reputation: 235
#4
RE: What does "No macthing signatures to" mean?

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

Tutorials: From Noob to Pro
(This post was last modified: 07-10-2012, 08:46 AM by Your Computer.)
07-10-2012, 08:38 AM
Website Find
Magasztos Offline
Member

Posts: 54
Threads: 21
Joined: Jun 2012
Reputation: 0
#5
RE: What does "No macthing signatures to" mean?

(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

~The Hulk is always greener on the other side~
07-10-2012, 09:03 AM
Find




Users browsing this thread: 1 Guest(s)