Posts: 386
Threads: 10
Joined: May 2012
Reputation:
0
You have a forwarded public function that differs from the name of another.
For example:
- You forwarded a function named "PointTimer"...
- Then you edited the function's name and forgot to edit it in the area where you forwarded at first...
Long story short, you have a forwarded function that you forgot to update it's name when you changed it.
Posts: 339
Threads: 46
Joined: Dec 2011
Reputation:
0
Should I just delete it? Thank you, but I can NOT find out where I messed up!
Posts: 386
Threads: 10
Joined: May 2012
Reputation:
0
Look at your forward functions, then follow each one untill you find it, and change it's forward to the correct name...Not easy, takes alot of time.
Posts: 339
Threads: 46
Joined: Dec 2011
Reputation:
0
What would the name be? I just now restarted this project XD
Posts: 386
Threads: 10
Joined: May 2012
Reputation:
0
I don't know, you have a forwarded function that doesn't match the public function.
Appearantly you changed the "public" partOR the "forwarded" part and forgot to change the other one.
So sync them up.
TIP: just check each forwarded function's name, then simply ctrl + f and search for "public [forwarded name]"
if you don't find it, then that's the missing fuction.