hasMacro: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
m (Unifying Current Token red link.)
m (Fixing wikilink)
Line 3: Line 3:
|version=1.3b48
|version=1.3b48
|description=
|description=
Returns {{true}} if a [[macro button]] with the specified label exists on the [[Current Token]].
Returns {{true}} if a [[Macro_Button|macro button]] with the specified label exists on the [[Current Token]].


|usage=
|usage=

Revision as of 15:23, 19 July 2011

hasMacro() Function

Introduced in version 1.3b48
Returns true(1) if a macro button with the specified label exists on the Current Token.

Usage

hasMacro(label)
hasMacro(label, id)

Parameters

  • label - The label of the macro to check for.
  • id - The token id of the token that the function is executed on.

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


Version Changes

  • 1.3b51 - Added optional token id parameter.