1
0
Форкнуть 0
Перейти к файлу
Dominus Iniquitatis 9a40b0db7e Fixed Color layout 2019-10-14 10:11:19 -04:00
api Fixed Color layout 2019-10-14 10:11:19 -04:00
glossary update for 4.2.1 2019-09-10 05:53:21 -04:00
language update for 4.2.1 2019-09-10 05:53:21 -04:00
tools update for 4.2.1 2019-09-10 05:53:21 -04:00
trees update for 4.2.1 2019-09-10 05:53:21 -04:00
.gitignore Move to a full repository 2018-11-24 01:50:55 -05:00
LICENSE.txt better license wording 2019-01-08 16:44:31 -05:00
README.md fix broken link 2019-08-26 06:42:31 -04:00
TODO.md add TODO.md 2019-09-10 05:53:30 -04:00
api.md whoops 2019-08-14 05:28:36 -04:00
entry.md style changes 2019-08-14 06:31:41 -04:00
glossary.md organize into folders (why didn't i think of this sooner?) 2019-08-14 05:27:32 -04:00
language.md surname 2019-08-14 12:20:54 -04:00

README.md

ZScriptDoc

This is documentation for the ZScript language. CC0 public domain. See LICENSE for more information.

  • API - for information on the interfaces provided by GZDoom. This is itself a map of all of the API files.
  • Entry Points - for information on the ways you can tell the engine to add new things.
  • Glossary - for miscallaneous information and concepts you should learn. This is itself a map of all of the glossary files.
  • Language - for information on the language itself.

If you're wondering where to start, try starting with the language documentation and working your way from there. Also recommended is looking at existing mods using ZScript and modifying them. Try experimenting with features if you don't know what they do.