Wiki only says
Yes, I see that some stat numbers allow thinker to tick and some not, but I dont find on github what is the difference between, say, STAT_DEFAULT, STAT_DLIGHT and STAT_USER_MAX.The engine utilizes stat numbers on thinkers to organize thinkers and whether to call their Tick() functions or not.
Is it call same tick function or no? Or I must define new tick for STAT_USER_MAX thinker?
Or they use one, global, common, communist tick, and stat numbers only tell gzdoom that first it must handle with thinker which have stat number 1, then with stat number 2, 3, 4...inf, -1/12?