#Queue-free no work

18 messages · Page 1 of 1 (latest)

mild plover
#

when i do queue free it does not work

shrewd forge
#

You're going to need to provide more information than that

mild plover
#

@shrewd forge

#

i tried both

#

it prints dead

#

but not i qued

shrewd forge
#

That just means it gets deleted before _process runs

mild plover
#

but when i check my remote its still there

shrewd forge
#

Also line 8 is definitely wrong

#

You're trying to queue_free the entire scene tree there

mild plover
#

oh

#

ok i delted it but if it shows in remote does that mean it did not queue free

shrewd forge
#

Yes, although are you sure there's not just more than one or something?

mild plover
#

there is more then one because its gets as a child in my main level

shrewd forge
#

So are you sure the one that's deleted is still there, and not a different one?

mild plover
#

yea all of them stay and none get deleted

safe lynx
#

just use call_deffered("queue_free")

shrewd forge
#

I think you might be making a bad assumption