getOwnerOnlyVisible: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
m (Text replacement - "source>" to "syntaxhighlight>")
m (Text replacement - "<source" to "<syntaxhighlight")
Line 7: Line 7:


|usage=
|usage=
<source lang="mtmacro" line>
<syntaxhighlight lang="mtmacro" line>
getOwnerOnlyVisible()
getOwnerOnlyVisible()
</syntaxhighlight>
</syntaxhighlight>
<source lang="mtmacro" line>
<syntaxhighlight lang="mtmacro" line>
getOwnerOnlyVisible(id)
getOwnerOnlyVisible(id)
</syntaxhighlight>
</syntaxhighlight>

Revision as of 21:08, 14 March 2023

 This article is a stub, you can help the RPTools Wiki project by contributing content to expand this article.
 This article needs: Examples of usage.

getOwnerOnlyVisible() Function

Introduced in version 1.3b74
Returns true(1) if the Visible to Owners Only flag is set on a Token otherwise returns false(0).

Usage

getOwnerOnlyVisible()
getOwnerOnlyVisible(id)

Parameter

  • id - The token id of token that has its player visibility checked, defaults to the Current Token.

     Note: This parameter can only be used in a Trusted Macro


See Also