From: LegendaryGuard Date: Tue, 8 Dec 2020 12:47:04 +0000 (+0000) Subject: Added missing info in List of MUTATOR functions X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fxonotic.wiki.git;a=commitdiff_plain;h=11cc89f21b22125f72ebc2a34d7f8f3eff444a7e Added missing info in List of MUTATOR functions --- 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