Skip to content
New issue

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

Anomalies don't have their \ref passed to the DRADIS's UI #2615

Open
Ikalpo opened this issue Mar 18, 2024 · 0 comments
Open

Anomalies don't have their \ref passed to the DRADIS's UI #2615

Ikalpo opened this issue Mar 18, 2024 · 0 comments

Comments

@Ikalpo
Copy link
Contributor

Ikalpo commented Mar 18, 2024

this is pretty minor, but I wanted to document it
react uses the id to keep track of what blips get added and deleted

blips.Add(list(list("x" = OA.x, "y" = OA.y, "colour" = "#eb9534", "name" = "[(OA.scanned) ? OA.name : "anomaly"]", opacity=showAnomalies*0.01, alignment = "uncharted")))

VS
blips[++blips.len] = list("x" = OM.x, "y" = OM.y, "colour" = thecolour, "name"=thename, opacity=filterType ,alignment = thefaction, "id"="\ref[OM]") //So now make a 2-d array that TGUI can iterate through. This is just a list within a list.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Todo
Development

No branches or pull requests

2 participants