Add Macro(s) for Token Image Layout #979
Labels
feature
Adding functionality that adds value
macro changes
This issue adds or changes macro functions. Extra work is required (testing, wiki, code editor)
tested
This issue has been QA tested by someone other than the developer.
Is your feature request related to a problem? Please describe.
The majority of functions within the Edit Token dialog has macro equivalents. The image layout functions on the Config tab have none.
Describe the solution you'd like
A macro that can handle the two functions available with the Layout portion of the Config tab
Something like:
[setTokenLayoutProps(scale, xOffset, yOffset, tokenID, mapName)]
Where:
0.8
or1.25
A corresponding
getTokenLayoutProps(delim)
macro that returned the information as a JSON or String Property List would complete the set.Describe alternatives you've considered
While these attributes of the token image can be adjusted via the Config tab, having the ability to adjust them via macro may prove useful.
The text was updated successfully, but these errors were encountered: