#Can't clear events on game reset

7 messages · Page 1 of 1 (latest)

uneven moth
#

I can't find any info on how i can clear event buffers for game events on game loop reset and on top of that, I want to be able to send an event of the type of which I'm clearing in the same system

#

Yeah I cannot find a single thing on the internet to just make an event dissapear for all systems

uneven moth
#

So if I want to be able to clear events I need to do all cleanup myself

#

That kind of makes the inbuilt events pretty useless

#

I meant if there was a way without manually cleaning up events?

opal field
#

they should be cleared automatically every 2 updates. i believe if you need every 1 update you have to do it manually. i've always done it manually.