X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=Functions-and-other-programming-QuakeC-things-in-Xonotic.md;fp=Functions-and-other-programming-QuakeC-things-in-Xonotic.md;h=8c42d0c988e6a5bb7faca37f0e1d37ffec4c5e97;hb=11cc89f21b22125f72ebc2a34d7f8f3eff444a7e;hp=d6fab7faee674c32b65a6458b18c9eef9bb0226b;hpb=d3406ec96be556bd753666b95317f4139d5a5cc7;p=xonotic%2Fxonotic.wiki.git 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