From 11cc89f21b22125f72ebc2a34d7f8f3eff444a7e Mon Sep 17 00:00:00 2001 From: LegendaryGuard Date: Tue, 8 Dec 2020 12:47:04 +0000 Subject: [PATCH] Added missing info in List of MUTATOR functions --- ...-and-other-programming-QuakeC-things-in-Xonotic.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Functions-and-other-programming-QuakeC-things-in-Xonotic.md b/Functions-and-other-programming-QuakeC-things-in-Xonotic.md index d6fab7f..8c42d0c 100644 --- a/Functions-and-other-programming-QuakeC-things-in-Xonotic.md +++ b/Functions-and-other-programming-QuakeC-things-in-Xonotic.md @@ -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 -- 2.39.2