X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;ds=sidebyside;f=Programming-QuakeC-stuff-in-Xonotic.md;h=8c5970c06b283cf0ad8f726be227b828a18d3b71;hb=HEAD;hp=dc544dd9a9fc99947ff08b6c62263acfdc9be97f;hpb=f2ae2fe93dd8b0d7a396eb1699bb1602262097a7;p=xonotic%2Fxonotic.wiki.git diff --git a/Programming-QuakeC-stuff-in-Xonotic.md b/Programming-QuakeC-stuff-in-Xonotic.md index dc544dd..d87431e 100644 --- a/Programming-QuakeC-stuff-in-Xonotic.md +++ b/Programming-QuakeC-stuff-in-Xonotic.md @@ -1,26 +1,17 @@ -**Note:** The article is written as developer notes to ease developer tasks and save QuakeC terms here. - -> ## Table of Contents -> 1. [CSQC, MENUQC, SVQC and GAMEQC blocks](#csqc-menuqc-svqc-and-gameqc-blocks) -> 2. [MUTATOR functions](#mutator-functions) -> -> 2.1. [How to use MUTATOR functions](#how-to-use-mutator-functions) -> -> 2.2. [List of MUTATOR functions](#list-of-mutator-functions) -> -> 3. [Weapon functions](#weapon-functions) -> -> 3.1. [A bit of introduction](#a-bit-of-introduction) -> -> 3.2. [List of weapon functions](#list-of-weapon-functions) -> -> 4. [HUD, Menu and Draw functions](#hud-menu-and-draw-functions) -> -> 5. [Gamemodes](#gamemodes) -> -> 5.1. [Samples](#samples) -> -> 6. [Effects](#effects) +_This article is written as developer notes to ease developer tasks and save QuakeC terms here._ + +# _Table of Contents_ +> ### 1. [CSQC, MENUQC, SVQC and GAMEQC blocks](#csqc-menuqc-svqc-and-gameqc-blocks) +> ### 2. [MUTATOR functions](#mutator-functions) +> > 2.1. [How to use MUTATOR functions](#how-to-use-mutator-functions)
+> > 2.2. [List of MUTATOR functions](#list-of-mutator-functions) +> ### 3. [Weapon functions](#weapon-functions) +> > 3.1. [A bit of introduction](#a-bit-of-introduction)
+> > 3.2. [List of weapon functions](#list-of-weapon-functions) +> ### 4. [HUD, Menu and Draw functions](#hud-menu-and-draw-functions) +> ### 5. [Gamemodes](#gamemodes) +> > 5.1. [Samples](#samples) +> ### 6. [Effects](#effects) # CSQC, MENUQC, SVQC and GAMEQC blocks