hasSight: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
m (Conversion script moved page hasSight to HasSight without leaving a redirect: Converting page title to first-letter uppercase)
m (Conversion script moved page HasSight to hasSight: Converting page titles to lowercase)
(No difference)

Revision as of 22:56, 9 February 2023

 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 id and mapname parameter options.