LnxPaw
LnxPaw
I think this issue should also receive a **bug** tag for the following reasons: Even though the `is_type` function returning `false` in this case seems to be intentional, the fact...
One interesting thing I found is with lambda captures. In this case, there is code to specifically pass in "null" instead of the freed instance, probably in order to avoid...
> There's a genuine question if a freed object _is_ the type it used to hold or not Because in GDScript you hold and pass references to objects, i think...