Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
spider.qh File Reference
Include dependency graph for spider.qh:
This graph shows which files directly or indirectly include this file:

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

Function Documentation

◆ MODEL()

MODEL ( MON_SPIDER ,
M_Model("spider.dpm")  )

◆ REGISTER_MONSTER()

REGISTER_MONSTER ( SPIDER ,
NEW(Spider)  )

References NEW, and REGISTER_MONSTER.

◆ REGISTER_STATUSEFFECT()

REGISTER_STATUSEFFECT ( Webbed ,
NEW(Webbed)  )

References NEW, and REGISTER_STATUSEFFECT.

◆ REGISTER_WEAPON()

REGISTER_WEAPON ( SPIDER_ATTACK ,
NEW(SpiderAttack)  )

References NEW, and REGISTER_WEAPON.