Page 1 of 1
Function to access Map Properties of current map
Posted: Thu Oct 10, 2019 11:13 am
by wisewolf
I am trying to find a function to access Map Properties of current map, exactly the Pixels per Cell property, so I can use setTokenHeight and setTokenWidth proportional to the square of the current map.
Is there a way to do it?
Re: Function to access Map Properties of current map
Posted: Thu Oct 10, 2019 3:23 pm
by Full Bleed
wisewolf wrote: ↑Thu Oct 10, 2019 11:13 am
I am trying to find a function to access Map Properties of current map, exactly the Pixels per Cell property, so I can use setTokenHeight and setTokenWidth proportional to the square of the current map.
Is there a way to do it?
Wiki: getInfo()
Re: Function to access Map Properties of current map
Posted: Fri Oct 11, 2019 2:37 am
by wisewolf
Thanks!
