Changes between Version 1 and Version 2 of GUI_-_Properties


Ignore:
Timestamp:
Oct 22, 2013, 5:29:37 PM (11 years ago)
Author:
Josh
Comment:

Add info on masking which will be merged with lobby.

Legend:

Unmodified
Added
Removed
Modified
  • GUI_-_Properties

    v1 v2  
    414414
    415415See the [wiki:GUI_-_Custom_Objects#tooltip tooltip] object for more information.
     416
     417== mask ==
     418 * default: "false"
     419 * value: [wiki:GUI_-_Data_Types#bool bool] "(true|false)"
     420
     421Specifies whether to mask text (like in a password field).
     422
     423== mask_char ==
     424 * default: "*"
     425 * value: [wiki:GUI_-_Data_Types#string string]
     426
     427Specifies what character to mask text with if mask is true.