setOwnerOnlyVisible: Difference between revisions
Jump to navigation
Jump to search
Jfrazierjr (talk | contribs) No edit summary |
No edit summary |
||
Line 12: | Line 12: | ||
</source> | </source> | ||
<source lang="mtmacro" line> | <source lang="mtmacro" line> | ||
setOwnerOnlyVisible(visible, id) | |||
</source> | </source> | ||
'''Parameters''' | '''Parameters''' |
Revision as of 11:27, 26 July 2011
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.
setOwnerOnlyVisible() Function
Note: This function can only be used in a Trusted Macro
• Introduced in version 1.3b74
Sets the Visible to Owners Only flag on a Token if the value passed in is non-zero(
true
(1
)), otherwise resets it to false
(0
).Usage
setOwnerOnlyVisible(visible)
setOwnerOnlyVisible(visible, id)
Parameters
visible
- The state of owner only visibility,true
(1
) orfalse
(0
).id
- The tokenid
of the token which has its owner only visibility set, defaults to the Current Token.