|
Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
|
|
#include "../all.qh"#include <common/weapons/_all.qh>#include <common/mutators/mutator/status_effects/all.qh>Go to the source code of this file.
Classes | |
| class | Spider |
| class | SpiderAttack |
| class | Webbed |
Functions | |
| MODEL (MON_SPIDER, M_Model("spider.dpm")) | |
| REGISTER_MONSTER (SPIDER, NEW(Spider)) | |
| REGISTER_STATUSEFFECT (Webbed, NEW(Webbed)) | |
| REGISTER_WEAPON (SPIDER_ATTACK, NEW(SpiderAttack)) | |
| MODEL | ( | MON_SPIDER | , |
| M_Model("spider.dpm") | ) |
References NEW, and REGISTER_MONSTER.
References NEW, and REGISTER_STATUSEFFECT.
| REGISTER_WEAPON | ( | SPIDER_ATTACK | , |
| NEW(SpiderAttack) | ) |
References NEW, and REGISTER_WEAPON.