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

Go to the source code of this file.

Functions

 spawnfunc (item_invisibility)
 spawnfunc (item_speed)
 spawnfunc (item_speedy)
 spawnfunc (item_visionless)

Function Documentation

◆ spawnfunc() [1/4]

spawnfunc ( item_invisibility )

◆ spawnfunc() [2/4]

spawnfunc ( item_speed )

◆ spawnfunc() [3/4]

spawnfunc ( item_speedy )

Definition at line 38 of file wop.qc.

38{ spawnfunc_item_speed(this); }

References spawnfunc.

◆ spawnfunc() [4/4]

spawnfunc ( item_visionless )

Definition at line 39 of file wop.qc.

39{ spawnfunc_item_invisibility(this); }