getMacroContext: Difference between revisions

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

Revision as of 23:32, 9 February 2023

getMacroContext() Function

Introduced in version 1.4.0.2
Returns information about the source, name, index of the button of the macro being executed as a JSON object.

Usage

getMacroContext()

Example

[r: getMacroContext()]

Returns for example:

{"stackSize":1,"trusted":true,"name":"aMacroName","buttonIndex":127,"source":"lib:Test"}