Script API - v1.26.40.20
    Preparing search index...

    Enumeration FormRejectReason

    An enum representing the reasons why a form was rejected.

    Index

    Enumeration Members

    MalformedResponse: "MalformedResponse"

    The form was rejected because the response from the client was malformed or could not be parsed.

    PlayerQuit: "PlayerQuit"

    The form was rejected because the player quit the game before responding.

    ServerShutdown: "ServerShutdown"

    The form was rejected because the server shut down before the player responded.