movedOverToken: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 9: | Line 9: | ||
movedOverToken(token, lastPath) | movedOverToken(token, lastPath) | ||
</source> | </source> | ||
{{stub|lastPath-format specified, define/explain return value, examples}} | |||
}} | }} | ||
[[Category:Miscellaneous Function]] | [[Category:Miscellaneous Function]] |
Revision as of 20:28, 9 September 2010
movedOverToken() Function
• Introduced in version 1.3.b74
Usage
This function can be used to check if token
is in an array of cell coordinates like the one received from getLastPath() or the onTokenMove-events macro.args
movedOverToken(token, lastPath)
This article is a stub, you can help the RPTools Wiki project by contributing content to expand this article.
This article needs: lastPath-format specified, define/explain return value, examples