Console Function Message

Photon

  • Posts: 2691
Sometimes when testing my game, the following is printed to the console:

function Function() []

Nothing seemingly happens when it does sometimes, but I have noticed it before. However, one of my behaviors stopped working correctly all of a sudden and I saw this printed to the console.

What does this mean?
Do NOT PM me your questions, because I likely will not respond. If I have replied to your question on the forum, keep using that topic. Thanks!

Roadcat

  • Posts: 46
Anybody have any ideas on this? I get it in the console when trying to return a response from a PHP script on a webserver and wandered about it.

Meestar

  • Posts: 654
When that happens, the game is failing to execute a custom event, usually.  Double-check your code and play around with it until it works.
PM me if you require help.  I'm always glad to help out!