From 01541a0bc27292392c3a3c605e2eb3113951cf90 Mon Sep 17 00:00:00 2001 From: LegendaryGuard Date: Thu, 18 Feb 2021 22:00:03 +0000 Subject: [PATCH] Added mutator link page in the MUTATOR functions section --- Programming-QuakeC-stuff-in-Xonotic.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Programming-QuakeC-stuff-in-Xonotic.md b/Programming-QuakeC-stuff-in-Xonotic.md index 84ac404..b16b247 100644 --- a/Programming-QuakeC-stuff-in-Xonotic.md +++ b/Programming-QuakeC-stuff-in-Xonotic.md @@ -37,6 +37,8 @@ Example: `cl_chatsound` is clearly a client cvar (**cl_*** cvars are client cvar ### How to use MUTATOR functions: +You can look the following link if you're trying/testing your own mutator: [Writing your first mutator](writing-your-first-mutator) + **Attention:** to use a hook, first register your mutator using `REGISTER_MUTATOR`, then create your function using `MUTATOR_HOOKFUNCTION`. -- 2.39.2