BeeStation / NSV13

NSV13, a Ship-to-ship Combat SS13 Server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Ikalpo opened this issue · comments

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.