ZDoom / gzdoom

GZDoom is a feature centric port for all Doom engine games, based on ZDoom, adding an OpenGL renderer and powerful scripting capabilities
http://zdoom.org
GNU General Public License v3.0
2.47k stars 539 forks source link

Better named args #2587

Closed RicardoLuis0 closed 4 months ago

RicardoLuis0 commented 4 months ago

Now allows arguments to be in any arbitrary position, and allows required arguments to be named

I've tested and seems it's working, but since it's a large rework, it will need more extensive testing just to be sure

RicardoLuis0 commented 4 months ago

ok, tested it quite a bit, and also restricted the new behavior to zscript 4.13, so it should be safe to merge