Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
wyvern.qh File Reference
#include "../all.qh"
#include <common/weapons/_all.qh>
Include dependency graph for wyvern.qh:
This graph shows which files directly or indirectly include this file:

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))

Function Documentation

◆ MODEL()

MODEL ( MON_WYVERN ,
M_Model("wyvern.dpm")  )

◆ REGISTER_MONSTER()

REGISTER_MONSTER ( WYVERN ,
NEW(Wyvern)  )

References NEW, and REGISTER_MONSTER.

◆ REGISTER_WEAPON()

REGISTER_WEAPON ( WYVERN_ATTACK ,
NEW(WyvernAttack)  )

References NEW, and REGISTER_WEAPON.