zscript-doc/README.md

17 lines
829 B
Markdown
Raw Permalink Normal View History

2019-04-02 08:28:16 -07:00
# ZScriptDoc
2018-11-23 22:50:55 -08:00
2019-04-02 06:36:03 -07:00
This is documentation for the ZScript language. CC0 public domain. See
[LICENSE](LICENSE.txt) for more information.
2019-04-02 03:56:41 -07:00
2019-04-02 06:36:03 -07:00
* [API](api.md) - for information on the interfaces provided by GZDoom. This is itself a map of all of the API files.
* [Entry Points](entry.md) - for information on the ways you can tell the engine to add new things.
* [Glossary](glossary.md) - for miscallaneous information and concepts you should learn. This is itself a map of all of the glossary files.
2019-08-26 03:42:31 -07:00
* [Language](language.md) - for information on the language itself.
2019-04-02 06:36:03 -07:00
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.
2019-04-02 03:56:41 -07:00
<!-- EOF -->