hasMacro: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 14: Line 14:
'''Parameters'''
'''Parameters'''
{{param|label|The label of the macro to check for.}}
{{param|label|The label of the macro to check for.}}
{{param|id|The token {{code|id}} of the token function is executed on. {{TrustedParameter}} }}
{{param|id|The token {{code|id}} of the token that the function is executed on. {{TrustedParameter}} }}


|changes=
|changes=

Revision as of 01:09, 23 March 2009

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.