summaryrefslogtreecommitdiff
path: root/docs/hooks-script.md
diff options
context:
space:
mode:
authorYehonal <yehonal.azeroth@gmail.com>2021-04-28 16:17:20 +0200
committerGitHub <noreply@github.com>2021-04-28 16:17:20 +0200
commit926fdc9be6e33f36fcec9e59b9bb6e7ed55607b9 (patch)
tree380825b3171a7b037a0ce3b70522c627a49d87cd /docs/hooks-script.md
parentc80c1e04522028bf28e9fea0825808a1ca48da57 (diff)
downloadwiki-926fdc9be6e33f36fcec9e59b9bb6e7ed55607b9.tar.gz
wiki-926fdc9be6e33f36fcec9e59b9bb6e7ed55607b9.tar.bz2
wiki-926fdc9be6e33f36fcec9e59b9bb6e7ed55607b9.zip
Update hooks-script.md
Diffstat (limited to 'docs/hooks-script.md')
-rw-r--r--docs/hooks-script.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/hooks-script.md b/docs/hooks-script.md
index 7064bb5..c036428 100644
--- a/docs/hooks-script.md
+++ b/docs/hooks-script.md
@@ -1,3 +1,7 @@
+---
+tableofcontents: 1
+---
+
# The ScriptAI system
The ScriptAI system implemented by AC uses a special [Observer pattern](https://en.wikipedia.org/wiki/Observer_pattern) strategy to implement an event-driven programming which is also the **CORE** of our modular system.