getLastPath: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:
|version=1.3.b74
|version=1.3.b74
|description=
|description=
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 {code|x} and {code|y}.  
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 {{code|x}} and {{code|y}}.  
|usage=
|usage=


Line 9: Line 9:
[r: getLastPath()]
[r: getLastPath()]
</source>
</source>
{{stub}}
}}
}}
[[Category:Miscellaneous Function]]
[[Category:Miscellaneous Function]]

Revision as of 20:26, 9 September 2010

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

[r: getLastPath()]


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