|
Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
|
|
Go to the source code of this file.
Classes | |
| class | Wyvern |
| class | WyvernAttack |
Functions | |
| MODEL (MON_WYVERN, M_Model("wyvern.dpm")) | |
| REGISTER_MONSTER (WYVERN, NEW(Wyvern)) | |
| REGISTER_WEAPON (WYVERN_ATTACK, NEW(WyvernAttack)) | |
| MODEL | ( | MON_WYVERN | , |
| M_Model("wyvern.dpm") | ) |
References NEW, and REGISTER_MONSTER.
| REGISTER_WEAPON | ( | WYVERN_ATTACK | , |
| NEW(WyvernAttack) | ) |
References NEW, and REGISTER_WEAPON.