getLastPath: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
m (Conversion script moved page GetLastPath to getLastPath: Converting page titles to lowercase)
m (Text replacement - "source>" to "syntaxhighlight>")
Line 9: Line 9:
[r: getLastPath()]
[r: getLastPath()]
[r: getLastPath(units)]
[r: getLastPath(units)]
</source>
</syntaxhighlight>


'''Parameters'''
'''Parameters'''

Revision as of 17:09, 14 March 2023

getLastPath() Function

Introduced in version 1.3.b74
Returns a json array of the coordinates of every step in the last movement path of the impersonated token. The coordinates are json objects with the keys x and y.

Usage

<source lang="mtmacro" line> [r: getLastPath()] [r: getLastPath(units)] </syntaxhighlight>

Parameters

  • units - If set to false(0), the coordinate is a location on the grid in cells. Defaults to true(1), where the coordinate is in Distance Per Cell units (in other words 0:distance in cells, 1: distance in pixels)'.



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