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

Go to the source code of this file.

Classes

class  Mage
class  MageSpike

Functions

 MODEL (MON_MAGE, M_Model("nanomage.dpm"))
 REGISTER_MONSTER (MAGE, NEW(Mage))
 REGISTER_WEAPON (MAGE_SPIKE, NEW(MageSpike))

Function Documentation

◆ MODEL()

MODEL ( MON_MAGE ,
M_Model("nanomage.dpm")  )

◆ REGISTER_MONSTER()

REGISTER_MONSTER ( MAGE ,
NEW(Mage)  )

References NEW, and REGISTER_MONSTER.

◆ REGISTER_WEAPON()

REGISTER_WEAPON ( MAGE_SPIKE ,
NEW(MageSpike)  )

References NEW, and REGISTER_WEAPON.