Reylyer / GameMaker-Framework-Docs

0 stars 0 forks source link

refactor queue_executor cleanup #10

Closed Reylyer closed 1 month ago

Reylyer commented 1 month ago
  1. Adding list in obj_core_object
  2. When an obj_core_object create queue_executor, add the executor to the list
  3. When the obj_core_object is deleted, request to destroy the executor
  4. Dont forget to delete the list