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
Area Problems
house Offline
Member

Posts: 195
Threads: 11
Joined: Oct 2010
Reputation: 1
#11
RE: Area Problems

(10-18-2010, 04:48 PM)Luis Wrote: Your collide callbacks need 3 parameters:
- string &in asParent
- string &in asChild
- int alState

so for example:
void CollidePlayerTeleport()

should be:
void CollidePlayerTeleport(string &in asParent, string &in asChild, int alState)

I am not 100% sure now, but I think the hpl.log file should warn about this kind of stuff when not finding a function. So everytime you run into this sort of problems you might be able to know what's going on by looking in there.

Thanks, but how do I know what parameters it needs? Edit: I found the hpl.log. I looked in it. It just said something about not being able to launch the modeleditor.cfg. SUPER Edit: Nevermind. I found out how to know. Smile Wheres the remove button to remove this fourm? It isn't needed anymore. Smile Nevermind then, this fourm may help other people.
10-18-2010, 06:28 PM
Find




Users browsing this thread: 1 Guest(s)