gzdoom/wadsrc/static/zscript/engine
Kevin Caccamo ef776d14ce Make some corrections, and document more things
Change "class" on intrinsic types to "struct" because they are not objects, and they cannot be used in arrays.
Document IsAbstract() method.
Document Font casts.
2022-05-31 09:51:24 +02:00
..
ui - added missing range check for scrolling down an option menu with the mouse wheel. 2022-04-18 00:09:38 +02:00
base.zs Make some corrections, and document more things 2022-05-31 09:51:24 +02:00
dictionary.zs - moved all shareable script sources to their own folder in gzdoom.pk3. 2020-10-31 12:24:13 +01:00
dynarrays.zs - backend update from Raze. 2021-05-17 20:44:19 +02:00
inputevents.zs - Backend update fron Raze, mainly new script exports and extensions. 2021-05-03 14:13:03 +02:00
ppshader.zs - redid postprocessing shader interface to be free of the player dependency. 2022-01-17 00:07:43 +01:00
screenjob.zs - add wipe transition support to the screenjob runner. 2022-04-26 20:50:37 +02:00
service.zs Added GetString/Int/Double/Object(UI) functions to Service. 2021-07-27 16:26:39 +03:00