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 is this error and where is it? [SOLVED]
daortir Offline
Senior Member

Posts: 422
Threads: 9
Joined: Sep 2013
Reputation: 18
#2
RE: What is this error and where is it?

void BreakDoor("", string &in asChild, int alState) makes no sense 'v'. You want it to be

void BreakDoor(string &in asPotato, string &in asNoodle, int alMacSwaggyBurger). Or, as it usually is:

void BreakDoor(string &in asParent, string &in asChild, int alState)

(This post was last modified: 02-23-2014, 06:11 PM by daortir.)
02-23-2014, 06:11 PM
Find


Messages In This Thread
RE: What is this error and where is it? - by daortir - 02-23-2014, 06:11 PM



Users browsing this thread: 2 Guest(s)