Files
godot/core
George Marques 150b50cfcd Make freed object different than null in comparison operators
This is so everything is consistent, as a freed object is not equivalent
to `null` in general. The booleanization of a freed object still returns
`false` to work as an easy check for validity of objects. Similarly, the
negation of a freed object returns `true`.

Also makes freed objects different from each other (if they are not the
same reference).
2023-08-21 10:45:26 -03:00
..
2023-08-02 13:29:35 +01:00
2023-08-07 13:09:47 +02:00
2023-07-10 12:04:02 +03:00
2023-04-12 22:08:49 +02:00