We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The background paint returned by getInfo("map") or getInfo("zone") is actually the grid color.
getInfo("map")
getInfo("zone")
[r: json.get(getInfo("map"), "background paint")]
#ffffffff
The background colour of the map should be returned. In the provided example, it should return #ff000000.
#ff000000
No response
1.15.2
Linux Mint 22.1
The text was updated successfully, but these errors were encountered:
The "fog paint" has the same issue.
"fog paint"
Sorry, something went wrong.
kwvanderlinde
Successfully merging a pull request may close this issue.
Describe the Bug
The background paint returned by
getInfo("map")
orgetInfo("zone")
is actually the grid color.To Reproduce
[r: json.get(getInfo("map"), "background paint")]
into chat. It will return#ffffffff
, the colour of the grid.[r: json.get(getInfo("map"), "background paint")]
again. It will return the new grid colour.Expected Behaviour
The background colour of the map should be returned. In the provided example, it should return
#ff000000
.Screenshots
No response
MapTool Info
1.15.2
Desktop
Linux Mint 22.1
Additional Context
No response
The text was updated successfully, but these errors were encountered: