Cluster Creator Kit Script Reference
    Preparing search index...

    Enumeration TextInputStatusItem

    A status code that represents the outcome of a text input request made to the player. Refer to PlayerHandle.requestTextInput and ClusterScript.onTextInput for details.

    Index

    Enumeration Members

    Enumeration Members

    Busy: number

    Indicates the request was automatically refused, due to the player being unable to input text at the time.

    Refused: number

    Indicates the player has intentionally refused the input request.

    Success: number

    Indicates the player has successfully inputted a text string.