From 1f07cea1ed21b59565da38a4995efdce5fb051d0 Mon Sep 17 00:00:00 2001 From: Remy Marquis Date: Thu, 27 Dec 2018 18:52:24 +0100 Subject: [PATCH] fixed hierarchy on PDF generation --- index.rst | 8 -------- 1 file changed, 8 deletions(-) diff --git a/index.rst b/index.rst index 83cbe9c..1bc3860 100644 --- a/index.rst +++ b/index.rst @@ -19,18 +19,10 @@ For example, if a player dies the `et_Obituary( victim, killer, meansOfDeath ) < .. note:: Like qagame, Lua modules are unloaded and reloaded on `map_restart` and map changes, which means that all global variables and other information is lost. Persistent data can be stored in `cvars `__, external `files `__ or `database `__. - -Implementation --------------- - Legacy's Lua API follows mostly the `ETPub `_ implementation with partial code of the NoQuarter implemention. The ETPub implementation being built to be compatible with `ETPro's Lua `_, all scripts written in ETPro's documentation should be valid and more or less compatible with Legacy mod's Lua API. .. important:: As Legacy uses the newer Lua 5.3, you might want to check the **Incompatibilities with the Previous Version** sections of the `Lua 5.1 `_, `Lua 5.2 `_, and `Lua 5.3 `_ manuals while porting scripts written for other mods. - -Contents --------- - .. toctree:: :maxdepth: 2