forked from RPTools/maptool
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add mapName argument to functions in TokenImage.java, Close RPTools#541
Add mapName as optional argument (defaults to current map) in the following functions in TokenImage: getTokenImage getTokenPortrait getTokenHandout setTokenImage setTokenPortrait setTokenHandout setTokenOpacity getTokenOpacity Add optional parameter tokenId to these functions: getTokenImage getTokenPortrait getTokenHandout Add method "getZoneRenderer()" for type Token, which returns the zoneRenderer the token is on. Useful to update a token on another map. Add method "getZoneRenderer(zoneName)" for MapToolFrame. Works like getZoneRenderer(zone) and getZoneRenderer(zoneGUID), but takes the name of the map instead.
- Loading branch information
Showing
3 changed files
with
198 additions
and
128 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.