Amy
Amy
``` /proc/main() . = "test" spawn(0) world.log
``` /obj/spark_generator particles = new/particles/spark plane = PLANE_NOSHADOW_ABOVE alpha = 200 filters = list(type="bloom", threshold="#000", size=3, offset=2, alpha=1) ``` is valid code and adds a bloom filter on init. OD...
``` /world/Error(exception/E) var/list/not_init not_init["null deref"] = "oops" /proc/main() var/list/also_not_init world.log
`/area`s can have overlays and such, we don't display them currently. We should.
Operator overloads will compile as of #1196 but will never be called.
`winget` stuff is more complicated than OD can handle right now, and it needs some type information needs to be passed along to process it properly. Notably pos and size...
``` /proc/RunTest() var/matrix/M1 = new() var/matrix/M2 = new() (M1 * M2).Multiply(1) ``` Fails with message `Unknown identifier "Multiply"`
I guess I only tested the case where the tag and variable name happened to match. Whoops. `BackingField.Name` is the var name ie `BackgroundColor` `Attribute.Tag` is the `DataField` tag name...