]> git.xonotic.org Git - xonotic/xonotic.wiki.git/commitdiff
Added mutator link page in the MUTATOR functions section
authorLegendaryGuard <rootuser999@gmail.com>
Thu, 18 Feb 2021 22:00:03 +0000 (22:00 +0000)
committerLegendaryGuard <rootuser999@gmail.com>
Thu, 18 Feb 2021 22:00:03 +0000 (22:00 +0000)
Programming-QuakeC-stuff-in-Xonotic.md

index 84ac404fd43fc70d3148e96f6344e1c7a73be0fb..b16b24741099dac6f8545f720286215fa009507f 100644 (file)
@@ -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`.