diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/SUMMARY.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md index 2820aee..116b6d8 100644 --- a/docs/SUMMARY.md +++ b/docs/SUMMARY.md @@ -37,6 +37,15 @@ * [Tutorials](modding/tutorials/modding-tutorials.md) * [Cheatsheet](modding/cheatsheet.md) * [Squirrel](modding/squirrel/what-is-squirrel.md) + * [The Mod Init](modding/squirrel/gamemode-mods/the-mod-init.md) + * [Handling threads](modding/squirrel/handling-threads-and-waits.md) + * [Basic control blocks](modding/squirrel/loops-functions-and-if.md) + * [Respawn's functions](modding/squirrel/respawns-functions.md) + * [The JSON](modding/squirrel/setting-mods/the-json.md) + * [The Language File](modding/squirrel/setting-mods/the-language-file.md) + * [The mod file](modding/squirrel/setting-mods/the-mod-file.md) + * [Tables and arrays](modding/squirrel/tables-and-arrays.md) + * [Callbacks](modding/squirrel/what-are-callbacks.md) * [Setup Syntax Highlighting](modding/squirrel/setup-syntax-highlighting.md) * [Localisation](modding/localisation\_files.md) * [Development](development.md) |