Where can I find the built-in event code reference?

I looked around but didn't find a list of built-in event code explanation. My project has a weird behavior to jump to another page. I saw an event code 200 in my debug console, so I'm wondering if that is the reason. Does anyone know what event code 200 mean? Where can I find a list of event code and their meaning?

Best Answer

  • Tobias
    Tobias admin
    Answer ✓
    Event codes are layered, so there is not just a single place where they are defined.
    200 and up are PUN codes (in clients that use PUN). This one is defined in PunEvent.RPC.

Answers

  • Tobias
    Tobias admin
    Answer ✓
    Event codes are layered, so there is not just a single place where they are defined.
    200 and up are PUN codes (in clients that use PUN). This one is defined in PunEvent.RPC.
  • I would try to figure out what makes the player jump around. Where the position is being set. Then you got a callstack and can figure out what caused this code to run?!