getVisible: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
m (Added version, cleaned up formatting.)
(Removed trusted.)
Line 2: Line 2:
{{MacroFunction
{{MacroFunction
|name=getVisible
|name=getVisible
|trusted=true
|version=1.3b40
|version=1.3b40
|description=
|description=
Line 11: Line 10:
getVisible()
getVisible()
</source>
</source>
|changes=
{{change|1.3b51|No longer a trusted function.}}


}}
}}
[[Category:Token Function]]
[[Category:Token Function]]

Revision as of 21:48, 22 March 2009

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

getVisible() Function

Introduced in version 1.3b40
Returns 1 if the visible to players flag is set on the Current Token otherwise returns 0. The visible to players flag has two meanings, on a normal Token players will only be able to see the Token if it is set (when all other things like Fog of War etc are taken into account). If it is a LibToken then it determines if players can call Macros using [macro(...): ...] .

Usage

getVisible()


Version Changes

  • 1.3b51 - No longer a trusted function.