Avokadoen / ecez

A WIP ecs API for Zig!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

System special return type

Avokadoen opened this issue · comments

Allow systems to return simple scheduler commands:

enum { continue, break }:

  • continue: continue executing system on next entry
  • break: stop system execution

Split from #123