DICE PACKS BUNDLE
  1. #1

    Setting mask sensitive visibility

    How can I set mask sensitive visibility to a token element directly through a token-instance? There's only setVisible true/false.

  2. #2
    This function actually takes three values: true, false or nil.
    True and false indicate absolute visibility, whereas nil indicates undefined (or mask sensitive visibility).

    Regards,
    JPG

  3. #3
    Well that was unexpected of a binary value. Thanks moon.

  4. #4

    Join Date
    Jun 2013
    Location
    Isanti, MN
    Posts
    2,922
    Quote Originally Posted by Ken L View Post
    Well that was unexpected of a binary value. Thanks moon.
    Pretty standard for databases. "True", "False", "Undetermined".

  5. #5
    Yeah, some of the APIs use or allow nil, but most of them just imply false, zero or empty string.

    The only other one that I can think of that has a unique nil value is for token orientation mode on image controls and token instances.

    Regards,
    JPG

  6. #6
    Nil normally is discouraged as a value absent of its use for 'false' or 'lack of value'. Using nil for the value of 'mask sensitive' is kind of an interesting design choice. It feels more like a hack to get a third value out by gaming the 'everything is an object reference'.

    Either way, it's all in order now, the documentation might need an adjustment to show it accepts a nil value as a valid argument for both set/get.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
STAR TREK 2d20

Log in

Log in