Xonotic
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_speed)
 
 spawnfunc (item_invisibility)
 
 spawnfunc (item_speedy)
 
 spawnfunc (item_visionless)
 

Function Documentation

◆ spawnfunc() [1/4]

spawnfunc ( item_speed  )

◆ spawnfunc() [2/4]

spawnfunc ( item_invisibility  )

◆ spawnfunc() [3/4]

spawnfunc ( item_speedy  )

Definition at line 38 of file wop.qc.

38 { spawnfunc_item_speed(this); }

◆ spawnfunc() [4/4]

spawnfunc ( item_visionless  )

Definition at line 39 of file wop.qc.

References SPAWNFUNC_ITEM().

39 { spawnfunc_item_invisibility(this); }
+ Here is the call graph for this function: