From: LegendaryGuard Date: Thu, 18 Feb 2021 22:00:03 +0000 (+0000) Subject: Added mutator link page in the MUTATOR functions section X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=01541a0bc27292392c3a3c605e2eb3113951cf90;p=xonotic%2Fxonotic.wiki.git Added mutator link page in the MUTATOR functions section --- 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`.