|
Xonotic
|
#include <common/teams.qh>#include <common/util.qh>#include <common/mutators/mutator/status_effects/_mod.qh>#include "all.inc"
Include dependency graph for buffs.qh:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | Buff |
Macros | |
| #define | BUFF_SPAWNFUNC(e, b, t) |
| #define | BUFF_SPAWNFUNC_Q3COMPAT(o, r) |
| #define | BUFF_SPAWNFUNCS(e, b) |
| #define | REGISTER_BUFF(id, inst) REGISTER(StatusEffect, BUFF_##id, m_id, inst) |
Functions | |
| string | Buff_UndeprecateName (string buffname) |
| STATIC_INIT (REGISTER_BUFFS) | |
Definition at line 1 of file all.inc.
Referenced by GiveItems().
Here is the caller graph for this function:| STATIC_INIT | ( | REGISTER_BUFFS | ) |
Definition at line 40 of file buffs.qh.
References buff_Init(), buff_Init_Compat(), entity(), FOREACH, and team_forced.
Here is the call graph for this function: