better mapping

pull/1/head
an 2019-04-02 06:56:41 -04:00
parent 21b86e4a0d
commit 33bedecf81
4 changed files with 27 additions and 24 deletions

View File

@ -149,17 +149,6 @@ TODO
# Global Objects
<!-- toc global -->
* [DEHInfo](api-global-DEHInfo.md)
* [FOptionMenuSettings](api-global-FOptionMenuSettings.md)
* [GameInfoStruct](api-global-GameInfoStruct.md)
* [LevelLocals](api-global-LevelLocals.md)
<!-- toc end -->
These types are used by global variables.
<!-- toc global-data -->
* [Client](api-global-data-Client.md)
@ -171,7 +160,7 @@ These types are used by global variables.
<!-- toc end -->
These variables are accessible in any context and are not bound by any specific
object.
object. Generally these mirror global information within the engine itself.
<!-- toc global-func -->
@ -185,6 +174,17 @@ object.
<!-- toc end -->
These functions are accessible in any context and are not bound by any specific
object.
object. Generally these are utility functions.
<!-- toc global -->
* [DEHInfo](api-global-DEHInfo.md)
* [FOptionMenuSettings](api-global-FOptionMenuSettings.md)
* [GameInfoStruct](api-global-GameInfoStruct.md)
* [LevelLocals](api-global-LevelLocals.md)
<!-- toc end -->
These are the types used by global variables.
<!-- EOF -->

View File

@ -1,9 +1,8 @@
Table of Contents
=================
Entry Points
============
<!-- vim-markdown-toc GFM -->
* [Entry Points](#entry-points)
* [ACS](#acs)
* [Actors](#actors)
* [CVARINFO](#cvarinfo)
@ -18,9 +17,6 @@ Table of Contents
<!-- vim-markdown-toc -->
Entry Points
============
For backwards compatibility reasons and so as to not bloat the ZScript language
itself, many interactions with the engine are not defined in ZScript. This
section describes all ZScript interactions with the engine, both inside and

View File

@ -1,4 +1,5 @@
# Glossary
Glossary
========
<!-- toc glossary -->

View File

@ -1,5 +1,11 @@
zscript-doc
===========
ZScriptDoc
==========
This is documentation for the ZScript language. See `zscript-doc-1-language.md`
for license information.
This is documentation for the ZScript language. CC0 public domain. See [LICENSE](LICENSE.txt) for more information.
* [Language](1-language.md) - for information on the language itself.
* [API](2-api.md) - for information on the interfaces provided by GZDoom. This is itself a map of all of the API files.
* [Entry Points](3-entry.md) - for information on the ways you can tell the engine to add new things.
* [Glossary](9-glossary.md) - for miscallaneous information and concepts you should learn. This is itself a map of all of the glossary files.
<!-- EOF -->