hasSight: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
m (Changed category to Sight Function from Light Function)
No edit summary
Line 9: Line 9:
<source lang="mtmacro" line>
<source lang="mtmacro" line>
hasSight()
hasSight()
hasSight(id)
hasSight(id, mapname)
</source>
</source>
'''Parameters'''
{{param|id|The {{code|id}} of the token to return the sight.  Defaults to the [[Current Token]]. {{TrustedParameter}} }}
{{param|mapname|The name of the map to find the token.  Defaults to the current map.}}
|changes=
{{change|1.5.4|Added {{code|mapname}} parameter option.}}
}}
}}
[[Category:Sight Function]]
[[Category:Sight Function]]

Revision as of 08:30, 18 August 2019

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

hasSight() Function

Introduced in version 1.3b48
Returns 1 if the Current Token has sight.

Usage

hasSight()
hasSight(id)
hasSight(id, mapname)

Parameters

  • id - The id of the token to return the sight. Defaults to the Current Token.

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

  • mapname - The name of the map to find the token. Defaults to the current map.


Version Changes

  • 1.5.4 - Added mapname parameter option.