TeleportResult incorrectly documented on TeleportInitFailed page

On the TeleportInitFailed page, it documents what the resultant TeleportResult can be, but it lists an incomplete list of values, and even one that isn’t correct.

The page lists the following:

A couple problems:

  1. It is missing a lot of items (which might be intentional due to it being a failed result)
  2. ServerWasFull is not a valid enum value. I assume it’s supposed to be GameFull

The actual TeleportResult enum value is properly documented.

5 Likes

Since the TeleportResult enum page is fine, I’ve removed the partially-echoed information from this page. I’ve also cleaned up the language on the page to be more understandable.

Thanks for the catch :slight_smile:

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.