getTokenY: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
(Initial write-up.)
 
mNo edit summary
Line 21: Line 21:


}}
}}
[[Category:]]
[[Category:Distance Function]]

Revision as of 23:20, 9 March 2009

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

getTokenY() Function

Introduced in version 1.3b51
Gets the Y coordinate for a token.

Usage

getTokenY()
getTokenY(units)
getTokenY(units, id)

Parameters

  • units - If set to false(0) then the distance is returned in cells. Default returns Distance Per Cell units.
  • id - The id of the token to get the coordinate of, defaults to the current token.