Facebook Twitter YouTube Frictional Games | Forum | Newsletter | Dev Blog | Dev Wiki | Support | Shelf | Store

Privacy Policy


Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Area Problems
Author Message
house Offline
Member

Posts: 195
Joined: Oct 2010
Reputation: 1
Post: #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 all posts by this user Quote this message in a reply
Post Reply 




User(s) browsing this thread: 1 Guest(s)