You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When constructing character sheets and other things that require a bunch of different aspects to be obtained from a token, I usually have to build something to gather pretty much every detail of a token and compile it into a json. Property Type, Properties, States, Sight, Bars, Names, Labels, Halos, etc. Effectively a large percentage of the getter functions.
Long winded, and not particularly quick.
The Solution you'd like
A function that returns a JSON Object containing all there is to know about the token. getTokenInfo()
***and, in a perfect world, ***
a setter that takes the same object and writes to the token, thus bypassing a zillion setters. setTokenInfo(object)
Describe the Problem
When constructing character sheets and other things that require a bunch of different aspects to be obtained from a token, I usually have to build something to gather pretty much every detail of a token and compile it into a json. Property Type, Properties, States, Sight, Bars, Names, Labels, Halos, etc. Effectively a large percentage of the getter functions.
Long winded, and not particularly quick.
The Solution you'd like
A function that returns a JSON Object containing all there is to know about the token.
getTokenInfo()
***and, in a perfect world, ***
a setter that takes the same object and writes to the token, thus bypassing a zillion setters.
setTokenInfo(object)
nb: related(#1384)
Alternatives that you've considered.
UDFing up the whazoo
Additional Context
No response
The text was updated successfully, but these errors were encountered: