isOwnedByAll: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
m (Added version.)
Line 1: Line 1:
{{MacroFunction
{{MacroFunction
|name=isOwnedByAll
|name=isOwnedByAll
|version=1.3b48
|description=
|description=
Returns 1 if the [[Token:Current Token|Current Token]] has the [[Token:owned by all|owned by all]] check box checked.
Returns 1 if the [[Token:Current Token|Current Token]] has the [[Token:owned by all|owned by all]] check box checked.
Line 6: Line 7:
|usage=
|usage=
<source lang="mtmacro" line>
<source lang="mtmacro" line>
[h: byAll = isOwnedByAll()]
isOwnedByAll()
</source>
</source>



Revision as of 12:16, 10 March 2009

isOwnedByAll() Function

Introduced in version 1.3b48
Returns 1 if the Current Token has the owned by all check box checked.

Usage

isOwnedByAll()

Example

[r, if(isOnwedByAll()): "Anyone can edit me"]