]> git.xonotic.org Git - xonotic/xonotic.wiki.git/commitdiff
Added missing info in List of MUTATOR functions
authorLegendaryGuard <rootuser999@gmail.com>
Tue, 8 Dec 2020 12:47:04 +0000 (12:47 +0000)
committerLegendaryGuard <rootuser999@gmail.com>
Tue, 8 Dec 2020 12:47:04 +0000 (12:47 +0000)
Functions-and-other-programming-QuakeC-things-in-Xonotic.md

index d6fab7faee674c32b65a6458b18c9eef9bb0226b..8c42d0c988e6a5bb7faca37f0e1d37ffec4c5e97 100644 (file)
@@ -71,9 +71,20 @@ MUTATOR_CALLHOOK(name_of_MUTATOR_HOOKFUNCTION_or_events.qh_main_hook, some_varia
 
 You can look the MUTATOR functions in:
 
+**COMMON**:
+
 **`qcsrc/common/mutators/events.qh`** :
 https://timepath.github.io/scratchspace/d4/d95/common_2mutators_2events_8qh.html
 
+
+**CLIENT**:
+
+**`qcsrc/client/mutators/events.qh`** :
+https://timepath.github.io/scratchspace/d8/d0e/client_2mutators_2events_8qh.html
+
+
+**SERVER**:
+
 **`qcsrc/server/mutators/events.qh`** :
 https://timepath.github.io/scratchspace/d6/ddd/server_2mutators_2events_8qh.html