]> git.xonotic.org Git - xonotic/xonotic.wiki.git/blobdiff - Programming-QuakeC-stuff-in-Xonotic.md
Added mutator link page in the MUTATOR functions section
[xonotic/xonotic.wiki.git] / 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`.