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.

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.

Generated using TypeDoc